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 | |
param for ZFTextTemplateRun
while running the ZFTextTemplateRun, these things can be applied with ZFTextTemplateApply:
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