public static class WsdlToDotnet.Compiler extends EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPILER_MONO
mono
|
static java.lang.String |
COMPILER_MS
microsoft
|
static java.lang.String |
COMPILER_MS_ON_MONO
microsoft-on-mono
|
static java.lang.String |
EXE_MONO
MONO
|
static java.lang.String |
EXE_WSDL
WSDL
|
value
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()
Get where the current value supports absolute files.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
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 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
- the command to apply the arguments to.