org.apache.tools.ant.taskdefs
public static class Jar.StrictMode extends EnumeratedAttribute
value
Constructor and Description |
---|
Jar.StrictMode()
Public no arg constructor.
|
Jar.StrictMode(java.lang.String value)
Constructor with an arg.
|
Modifier and Type | Method and Description |
---|---|
int |
getLogLevel() |
java.lang.String[] |
getValues()
Get List of valid strings.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public Jar.StrictMode()
public Jar.StrictMode(java.lang.String value)
value
- the enumerated value as a string.public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
public int getLogLevel()