Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static Native2AsciiAdapter | Returns: The adapter to use.the user choice (if any). choice, ProjectComponent a ProjectComponent instance used to access Ant's
logging system. log)Creates the Native2AsciiAdapter based on the user choice and potentially the VM vendor. |
public static Native2AsciiAdapter | Returns: The adapter to use.the user choice (if any). choice, ProjectComponent a ProjectComponent instance used to access Ant's
logging system. log, Path the classpath to use when looking up an
adapter class classpath)Creates the Native2AsciiAdapter based on the user choice and potentially the VM vendor. |
public static String | Returns: the default choice of adapter based on the VM vendorDetermines the default choice of adapter based on the VM vendor. |
private static Native2AsciiAdapter | resolveClassName(String
The fully qualified classname to be created. className, ClassLoader the classloader to use loader)Tries to resolve the given classname into a native2ascii adapter. |
private static final boolean |
Native2AsciiAdapterFactory | back to summary |
---|---|
public Native2AsciiAdapterFactory() |
getAdapter | back to summary |
---|---|
public static Native2AsciiAdapter getAdapter(String choice, ProjectComponent log) throws BuildException Creates the Native2AsciiAdapter based on the user choice and potentially the VM vendor.
|
getAdapter | back to summary |
---|---|
public static Native2AsciiAdapter getAdapter(String choice, ProjectComponent log, Path classpath) throws BuildException Creates the Native2AsciiAdapter based on the user choice and potentially the VM vendor.
|
getDefault | back to summary |
---|---|
public static String getDefault() Determines the default choice of adapter based on the VM vendor.
|
resolveClassName | back to summary |
---|---|
private static Native2AsciiAdapter resolveClassName(String className, ClassLoader loader) throws BuildException Tries to resolve the given classname into a native2ascii adapter. Throws a fit if it can't.
|
shouldUseKaffe | back to summary |
---|---|
private static final boolean shouldUseKaffe() |