Documentation new Line fix.
This commit is contained in:
parent
c48e6a545b
commit
7a3b6230a8
|
@ -13,7 +13,8 @@ Create a class that extends TemplateProcessor.
|
||||||
And run the process method
|
And run the process method
|
||||||
SourceFolder: Is the folder that is traversed through and Files are given back.
|
SourceFolder: Is the folder that is traversed through and Files are given back.
|
||||||
OutputFolder: Is the folder where the Processed files get put into. If the "relativePackages" are set to true then the source folder structure is transferred.
|
OutputFolder: Is the folder where the Processed files get put into. If the "relativePackages" are set to true then the source folder structure is transferred.
|
||||||
DataFolder: Is the folder where the input cache is stored. It uses a MD5 generator to compare inputs. Right now only FileNames without extensions are stored in there. So no Duplicated FileName support for now.
|
DataFolder: Is the folder where the input cache is stored. It uses a MD5 generator to compare inputs. Right now only FileNames without extensions are stored in there.
|
||||||
|
So no Duplicated FileName support for now.
|
||||||
|
|
||||||
##### Methods:
|
##### Methods:
|
||||||
init: Is called when the Processes was started for the first time.
|
init: Is called when the Processes was started for the first time.
|
||||||
|
|
Loading…
Reference in New Issue