public class BuiltinNative2Ascii extends Object implements Native2AsciiAdapter
Constructor and Description |
---|
BuiltinNative2Ascii() |
Modifier and Type | Method and Description |
---|---|
boolean |
convert(Native2Ascii args,
File srcFile,
File destFile)
Convert the encoding of srcFile writing to destFile.
|
public final boolean convert(Native2Ascii args, File srcFile, File destFile) throws BuildException
Native2AsciiAdapter
convert
in interface Native2AsciiAdapter
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 toBuildException
- if there was a problem.