|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.EnumeratedAttribute org.apache.tools.ant.taskdefs.optional.dotnet.WsdlToDotnet.Compiler
public static class WsdlToDotnet.Compiler
The enumerated values for our compiler
Field Summary | |
---|---|
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 |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
value |
Constructor Summary | |
---|---|
WsdlToDotnet.Compiler()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public WsdlToDotnet.Compiler()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |