org.apache.tools.ant.taskdefs.optional.native2ascii

Class SunNative2Ascii

Implemented Interfaces:
Native2AsciiAdapter

public final class SunNative2Ascii
extends DefaultNative2Ascii

Adapter to sun.tools.native2ascii.Main.
Since:
Ant 1.6.3

Field Summary

static String
IMPLEMENTATION_NAME
Identifies this adapter.

Method Summary

protected boolean
run(Commandline cmd, ProjectComponent log)
protected void
setup(Commandline cmd, Native2Ascii args)

Methods inherited from class org.apache.tools.ant.taskdefs.optional.native2ascii.DefaultNative2Ascii

addFiles, convert, run, setup

Field Details

IMPLEMENTATION_NAME

public static final String IMPLEMENTATION_NAME
Identifies this adapter.

Method Details

run

protected boolean run(Commandline cmd,
                      ProjectComponent log)
            throws BuildException
Overrides:
run in interface DefaultNative2Ascii

setup

protected void setup(Commandline cmd,
                     Native2Ascii args)
            throws BuildException
Overrides:
setup in interface DefaultNative2Ascii

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.