Method Summary |
|
public void | add(FileNameMapper fileNameMapper) |
public ImplementationSpecificArgument | createArg() Adds an implementation specific command-line argument. |
public Mapper | createMapper() Defines the FileNameMapper to use (nested mapper element). |
public void | execute() |
public String[] | getCurrentArgs() Returns the (implementation specific) settings given as nested
arg elements. |
public String | getEncoding() The value of the encoding attribute. |
public boolean | getReverse() The value of the reverse attribute. |
public void | setDest(File destDir) Set the destination directory to place converted files into. |
public void | setEncoding(String encoding) Set the encoding to translate to/from. |
public void | setExt(String ext) Set the extension which converted files should have. |
public void | setImplementation(String impl) Choose the implementation for this particular task. |
public void | setReverse(boolean reverse) Flag the conversion to run in the reverse sense,
that is Ascii to Native encoding. |
public void | setSrc(File srcDir) Set the source directory in which to find files to convert. |