|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.native2ascii.DefaultNative2Ascii | +--org.apache.tools.ant.taskdefs.optional.native2ascii.SunNative2Ascii
Adapter to sun.tools.native2ascii.Main.
Field Summary | |
static java.lang.String |
IMPLEMENTATION_NAME
Identifies this adapter. |
Constructor Summary | |
SunNative2Ascii()
|
Method Summary | |
protected boolean |
run(Commandline cmd,
ProjectComponent log)
Executes the command. |
protected void |
setup(Commandline cmd,
Native2Ascii args)
Sets up the initial command line. |
Methods inherited from class org.apache.tools.ant.taskdefs.optional.native2ascii.DefaultNative2Ascii |
addFiles, convert |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String IMPLEMENTATION_NAME
Constructor Detail |
public SunNative2Ascii()
Method Detail |
protected void setup(Commandline cmd, Native2Ascii args) throws BuildException
DefaultNative2Ascii
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
protected boolean run(Commandline cmd, ProjectComponent log) throws BuildException
DefaultNative2Ascii
run
in class DefaultNative2Ascii
cmd
- Command line to executelog
- provides access to Ant's logging system.
BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |