fr.umlv.unitex.process
Class ConvertCommand
java.lang.Object
fr.umlv.unitex.process.CommandBuilder
fr.umlv.unitex.process.ConvertCommand
public class ConvertCommand
- extends CommandBuilder
- Author:
- Sébastien Paumier
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertCommand
public ConvertCommand()
ConvertCommand
public ConvertCommand(java.util.ArrayList l)
src
public ConvertCommand src(java.lang.String s)
throws ConvertCommand.InvalidSourceEncodingException
- Throws:
ConvertCommand.InvalidSourceEncodingException
dest
public ConvertCommand dest(java.lang.String s)
throws ConvertCommand.InvalidDestinationEncodingException
- Throws:
ConvertCommand.InvalidDestinationEncodingException
replace
public ConvertCommand replace()
rename
public ConvertCommand rename(boolean addPrefix,
boolean renameSource,
java.lang.String s)
renameSourceWithPrefix
public ConvertCommand renameSourceWithPrefix(java.lang.String s)
renameSourceWithSuffix
public ConvertCommand renameSourceWithSuffix(java.lang.String s)
renameDestWithPrefix
public ConvertCommand renameDestWithPrefix(java.lang.String s)
renameDestWithSuffix
public ConvertCommand renameDestWithSuffix(java.lang.String s)
file
public ConvertCommand file(java.io.File s)
copy
public ConvertCommand copy()