Package org.schmant.task.text

Text tasks.

See:
          Description

Class Summary
AbstractAddTextTask<T extends AbstractAddTextTask<T>> Abstract base class for tasks that add text to files.
AbstractAddTextTaskFactory<T extends AbstractAddTextTaskFactory<T,U>,U extends AbstractAddTextTask<U>> Abstract base class for factories for text-adding tasks.
FormatCharacterFileTask See FormatCharacterFileTF
FormatCharacterFileTF Factory for the FormatCharacterFileTask.
IncludeFilesTask See IncludeFilesTF
IncludeFilesTF  
TextAppendTask See TextAppendTF
TextAppendTF Factory for the TextAppendTask.
TextPrependTask See TextPrependTF
TextPrependTF Factory for the TextPrependTask.
TextReplaceTask See TextReplaceTF
TextReplaceTF Factory for the TextReplaceTask.
 

Enum Summary
EolStyle Different end of line markers.
 

Package org.schmant.task.text Description

Text tasks.

Since:
0.5
Author:
Karl Gustafsson