org.apache.tools.ant.taskdefs.optional.dotnet
public static class WsdlToDotnet.Compiler extends EnumeratedAttribute
| Field Summary | |
|---|---|
| static String | COMPILER_MONO mono |
| static String | COMPILER_MS microsoft |
| static String | COMPILER_MS_ON_MONO microsoft-on-mono |
| static String | EXE_MONO MONO |
| static String | EXE_WSDL WSDL |
| Method Summary | |
|---|---|
| void | applyExtraArgs(NetCommand command)
apply any extra arguments of this class |
| static WsdlToDotnet.Compiler | createDefaultCompiler()
Create the default compiler for this platform. |
| String | getCommand()
return the command to run |
| String[] | getExtraArgs()
return any extra arguments for the compiler |
| String[] | getValues()
This is the only method a subclass needs to implement.
|
| boolean | supportsAbsoluteFiles()
Get where the current value supports absolute files. |
Parameters: command the command to apply the arguments to.
Returns: the default compiler
Returns: the command
Returns: extra compiler arguments
Returns: 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.
Returns: true if the compiler does supports absolute files.