| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
org.apache.ant.dotnet.compile.WsdlToDotnet.Compiler
public static class WsdlToDotnet.Compiler
The enumerated values for our compiler
| Field Summary | |
|---|---|
| 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 | 
| 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() | 
| 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 org.apache.tools.ant.types.EnumeratedAttributepublic static WsdlToDotnet.Compiler createDefaultCompiler()
public java.lang.String getCommand()
public java.lang.String[] getExtraArgs()
public boolean supportsAbsoluteFiles()
public void applyExtraArgs(NetCommand command)
command - | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||