public final class KaffeNative2Ascii extends DefaultNative2Ascii
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IMPLEMENTATION_NAME
Identifies 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, convert
public static final java.lang.String IMPLEMENTATION_NAME
protected void setup(Commandline cmd, Native2Ascii args) throws BuildException
only the -encoding argument and nested arg elements get handled here.
setup
in class DefaultNative2Ascii
cmd
- Command line to add toargs
- provides the user-setting and access to Ant's
logging system.BuildException
- if there was a problem.protected boolean run(Commandline cmd, ProjectComponent log) throws BuildException
run
in class DefaultNative2Ascii
cmd
- Command line to executelog
- provides access to Ant's logging system.BuildException
- if there was a problem.