org.apache.tools.ant.taskdefs.optional.dotnet
Class WsdlToDotnet.Compiler
- WsdlToDotnet
public static class WsdlToDotnet.Compiler
The enumerated values for our compiler
COMPILER_MONO
public static final String COMPILER_MONO
mono
COMPILER_MS
public static final String COMPILER_MS
microsoft
COMPILER_MS_ON_MONO
public static final String COMPILER_MS_ON_MONO
microsoft-on-mono
EXE_MONO
public static final String EXE_MONO
MONO
EXE_WSDL
public static final String EXE_WSDL
WSDL
applyExtraArgs
public void applyExtraArgs(NetCommand command)
apply any extra arguments of this class
command
- the command to apply the arguments to.
createDefaultCompiler
public static WsdlToDotnet.Compiler createDefaultCompiler()
Create the default compiler for this platform.
getCommand
public String getCommand()
return the command to run
getExtraArgs
public String[] getExtraArgs()
return any extra arguments for the compiler
getValues
public String[] getValues()
This is the only method a subclass needs to implement.
- getValues in interface EnumeratedAttribute
- an array holding all possible values of the enumeration.
The order of elements must be fixed so that indexOfValue(String)
always return the same index for the same value.
supportsAbsoluteFiles
public boolean supportsAbsoluteFiles()
Get where the current value supports absolute files.
- true if the compiler does supports absolute files.