public static class WsdlToDotnet.Compiler
extends org.apache.tools.ant.types.EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPILER_MONO |
static java.lang.String |
COMPILER_MS |
static java.lang.String |
COMPILER_MS_ON_MONO |
static java.lang.String |
EXE_MONO |
static java.lang.String |
EXE_WSDL |
Constructor and Description |
---|
WsdlToDotnet.Compiler() |
Modifier and Type | Method and Description |
---|---|
void |
applyExtraArgs(NetCommand command)
apply any extra arguments of this class
|
static WsdlToDotnet.Compiler |
createDefaultCompiler()
Create the default compiler for this platform.
|
java.lang.String |
getCommand()
return the command to run
|
java.lang.String[] |
getExtraArgs()
return any extra arguments for the compiler
|
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.
|
boolean |
supportsAbsoluteFiles() |
public static final java.lang.String COMPILER_MS
public static final java.lang.String COMPILER_MONO
public static final java.lang.String COMPILER_MS_ON_MONO
public static final java.lang.String EXE_WSDL
public static final java.lang.String EXE_MONO
public java.lang.String[] getValues()
getValues
in class org.apache.tools.ant.types.EnumeratedAttribute
public static WsdlToDotnet.Compiler createDefaultCompiler()
public java.lang.String getCommand()
public java.lang.String[] getExtraArgs()
public boolean supportsAbsoluteFiles()
public void applyExtraArgs(NetCommand command)
command
-