Class BuiltinNative2Ascii
java.lang.Object
org.apache.tools.ant.taskdefs.optional.native2ascii.BuiltinNative2Ascii
- All Implemented Interfaces:
- Native2AsciiAdapter
Encapsulates the built-in Native2Ascii implementation.
- Since:
- Ant 1.9.8
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanconvert(Native2Ascii args, File srcFile, File destFile) Convert the encoding of srcFile writing to destFile.
- 
Constructor Details- 
BuiltinNative2Asciipublic BuiltinNative2Ascii()
 
- 
- 
Method Details- 
convertDescription copied from interface:Native2AsciiAdapterConvert the encoding of srcFile writing to destFile.- Specified by:
- convertin interface- Native2AsciiAdapter
- Parameters:
- args- Task that holds command line arguments and allows the implementation to send messages to Ant's logging system
- srcFile- the source to convert
- destFile- where to send output to
- Returns:
- whether the conversion has been successful.
- Throws:
- BuildException- if there was a problem.
 
 
-