FileDocCategorySizeDatePackage
Native2AsciiAdapter.javaAPI DocApache Ant 1.701661Wed Dec 13 06:16:20 GMT 2006org.apache.tools.ant.taskdefs.optional.native2ascii

Native2AsciiAdapter

public interface Native2AsciiAdapter
Interface for an adapter to a native2ascii implementation.
since
Ant 1.6.3

Fields Summary
Constructors Summary
Methods Summary
public booleanconvert(org.apache.tools.ant.taskdefs.optional.Native2Ascii args, java.io.File srcFile, java.io.File destFile)
Convert the encoding of srcFile writing to destFile.

param
args Task that holds command line arguments and allows the implementation to send messages to Ant's logging system
param
srcFile the source to convert
param
destFile where to send output to
return
whether the conversion has been successful.
throws
BuildException if there was a problem.