ZFFramework
 
Loading...
Searching...
No Matches
ZFTextTemplateRunParam Class Reference

param for ZFTextTemplateRun More...

#include <ZFTextTemplateRun.h>

Public Member Functions

void copyFrom (const ZFTextTemplateRunParam &ref)
 copy from another param
 

Public Attributes

ZFFilterForString dirNameFilter
 see ZFTextTemplateRunParam
 
ZFFilterForString dirContentFilter
 see ZFTextTemplateRunParam
 
ZFFilterForString fileNameFilter
 see ZFTextTemplateRunParam
 
ZFFilterForString fileContentFilter
 see ZFTextTemplateRunParam
 

Detailed Description

param for ZFTextTemplateRun

while running the ZFTextTemplateRun, these things can be applied with ZFTextTemplateApply:

  • dir name
  • dir content, i.e. all the files and sub dirs within it
  • file name
  • file content

if dir or file name matches, they would be renamed
if dir or file content matches, the content would be applied with ZFTextTemplateApply

the filter param can be used to filter out something you don't want to be applied with ZFTextTemplateApply

by default, all setting would be copied from ZFTextTemplateRunParamDefault


The documentation for this class was generated from the following file: