org.schmant.task.template.text
Interface CharacterFileConfigurable<T extends CharacterFileConfigurable<T>>
- All Known Subinterfaces:
- TextInsertionTaskConfigurable<T>
- All Known Implementing Classes:
- AbstractAddTextTaskFactory, AbstractLinkInsertionTaskFactory, AbstractTextInsertionTaskFactory, ApiLinksTF, ArgumentInterpreterLinksTF, FormatCharacterFileTF, IncludeFilesTF, TaskFactoryLinksTF, TextAppendTF, TextPrependTF, TextReplaceTF
public interface CharacterFileConfigurable<T extends CharacterFileConfigurable<T>>
Configuration settings for tasks working with character files.
- Since:
- 0.5
- Author:
- Karl Gustafsson
setInputEncoding
T setInputEncoding(Charset c)
setInputEncoding
T setInputEncoding(String name)
setOutputEncoding
T setOutputEncoding(Charset c)
setOutputEncoding
T setOutputEncoding(String name)