Method Summary |
|
public void | addFileset(FileSet set) Adds a set of files to translate as a nested fileset element. |
public void | execute() |
public void | setBundle(String bundle) Sets Family name of resource bundle; required. |
public void | setBundleCountry(String bundleCountry) Sets locale specific country of resource bundle; optional. |
public void | setBundleEncoding(String bundleEncoding) Sets Resource Bundle file encoding scheme; optional. |
public void | setBundleLanguage(String bundleLanguage) Sets locale specific language of resource bundle; optional. |
public void | setBundleVariant(String bundleVariant) Sets locale specific variant of resource bundle; optional. |
public void | setDestEncoding(String destEncoding) Sets destination file encoding scheme; optional. |
public void | setEndToken(String endToken) Sets ending token to identify keys; required. |
public void | setForceOverwrite(boolean forceOverwrite) Whether or not to overwrite existing file irrespective of
whether it is newer than the source file as well as the
resource bundle file. |
public void | setSrcEncoding(String srcEncoding) Sets source file encoding scheme; optional,
defaults to encoding of local system. |
public void | setStartToken(String startToken) Sets starting token to identify keys; required. |
public void | setToDir(File toDir) Sets Destination directory; required. |