org.apache.tools.ant.taskdefs.optional.native2ascii
Interface Native2AsciiAdapter
- DefaultNative2Ascii, KaffeNative2Ascii, SunNative2Ascii
public interface Native2AsciiAdapter
Interface for an adapter to a native2ascii implementation.
- Ant 1.6.3
boolean | convert(Native2Ascii args, File srcFile, File destFile) - Convert the encoding of srcFile writing to destFile.
|
convert
public boolean convert(Native2Ascii args,
File srcFile,
File destFile)
throws BuildException
Convert the encoding of srcFile writing to destFile.
args
- Task that holds command line arguments and allows
the implementation to send messages to Ant's logging systemsrcFile
- the source to convertdestFile
- where to send output to
- whether the conversion has been successful.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.