|
|||||||||
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.Ildasm.EncodingTypes
public static class Ildasm.EncodingTypes
encoding options; the default is ascii
Field Summary | |
---|---|
static java.lang.String |
ASCII
ASCII |
static java.lang.String |
UNICODE
Unicode |
static java.lang.String |
UTF8
UTF8 |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
value |
Constructor Summary | |
---|---|
Ildasm.EncodingTypes()
|
Method Summary | |
---|---|
static java.lang.String |
getEncodingOption(java.lang.String enumValue)
This method maps from an encoding enum to an encoding option. |
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.. |
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 UNICODE
public static final java.lang.String UTF8
public static final java.lang.String ASCII
Constructor Detail |
---|
public Ildasm.EncodingTypes()
Method Detail |
---|
public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
public static java.lang.String getEncodingOption(java.lang.String enumValue)
enumValue
- the value to use.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |