Top Interfaces Classes
[default module]

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


Interface Summary

Modifier and TypeInterface and Description
public interface
Native2AsciiAdapter

Interface for an adapter to a native2ascii implementation.

Class Summary

Modifier and TypeClass and Description
public class
BuiltinNative2Ascii

Encapsulates the built-in Native2Ascii implementation.

public abstract class
DefaultNative2Ascii

encapsulates the handling common to different Native2AsciiAdapter implementations.

public class
KaffeNative2Ascii

Adapter to kaffe.tools.native2ascii.Native2Ascii.

public class
Native2AsciiAdapterFactory

Creates the Native2AsciiAdapter based on the user choice and potentially the VM vendor.

public class
SunNative2Ascii

Adapter to sun.tools.native2ascii.Main.