public final class KaffeNative2Ascii extends DefaultNative2Ascii
| Modifier and Type | Field and Description | 
|---|---|
| static String | IMPLEMENTATION_NAMEIdentifies this adapter. | 
| Constructor and Description | 
|---|
| KaffeNative2Ascii() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | run(Commandline cmd,
   ProjectComponent log)Executes the command. | 
| protected void | setup(Commandline cmd,
     Native2Ascii args)Sets up the initial command line. | 
addFiles, convertpublic static final String IMPLEMENTATION_NAME
protected boolean run(Commandline cmd, ProjectComponent log) throws BuildException
run in class DefaultNative2Asciicmd - Command line to executelog - provides access to Ant's logging system.BuildException - if there was a problem.protected void setup(Commandline cmd, Native2Ascii args) throws BuildException
only the -encoding argument and nested arg elements get handled here.
setup in class DefaultNative2Asciicmd - Command line to add toargs - provides the user-setting and access to Ant's
 logging system.BuildException - if there was a problem.