Documentation new Line fix.
This commit is contained in:
parent
c48e6a545b
commit
7a3b6230a8
11
README.md
11
README.md
|
@ -9,11 +9,12 @@ It is as bare bones as it can get but that also makes it flexible.
|
|||
|
||||
# How to create a Template Processor
|
||||
|
||||
Create a class that extends TemplateProcessor.
|
||||
And run the process method
|
||||
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.
|
||||
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.
|
||||
Create a class that extends TemplateProcessor.
|
||||
And run the process method
|
||||
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.
|
||||
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:
|
||||
init: Is called when the Processes was started for the first time.
|
||||
|
|
Loading…
Reference in New Issue