Package org.schmant.task.template.text

Interfaces for text task implementations.

See:
          Description

Interface Summary
CharacterFileConfigurable<T extends CharacterFileConfigurable<T>> Configuration settings for tasks working with character files.
TextInsertionTaskConfigurable<T extends TextInsertionTaskConfigurable<T>>  
 

Class Summary
AbstractTextInsertionTask<T extends AbstractTextInsertionTask<T>> Abstract base class for a task that use regular expressions to find places in a text file where it edits the text using a ReplacementTextStrategy.
AbstractTextInsertionTaskFactory<U extends AbstractTextInsertionTaskFactory<U,T>,T extends AbstractTextInsertionTask<T>>  
 

Package org.schmant.task.template.text Description

Interfaces for text task implementations.

Since:
0.5
Author:
Karl Gustafsson