public class Native2AsciiAdapterFactory
extends java.lang.Object
Constructor | Description |
---|---|
Native2AsciiAdapterFactory() |
Modifier and Type | Method | Description |
---|---|---|
static Native2AsciiAdapter |
getAdapter(java.lang.String choice,
ProjectComponent log) |
Creates the Native2AsciiAdapter based on the user choice and
potentially the VM vendor.
|
static Native2AsciiAdapter |
getAdapter(java.lang.String choice,
ProjectComponent log,
Path classpath) |
Creates the Native2AsciiAdapter based on the user choice and
potentially the VM vendor.
|
static java.lang.String |
getDefault() |
Determines the default choice of adapter based on the VM
vendor.
|
public static java.lang.String getDefault()
public static Native2AsciiAdapter getAdapter(java.lang.String choice, ProjectComponent log) throws BuildException
choice
- the user choice (if any).log
- a ProjectComponent instance used to access Ant's
logging system.BuildException
- if there was a problem.public static Native2AsciiAdapter getAdapter(java.lang.String choice, ProjectComponent log, Path classpath) throws BuildException
choice
- the user choice (if any).log
- a ProjectComponent instance used to access Ant's
logging system.classpath
- the classpath to use when looking up an
adapter classBuildException
- if there was a problem.