org.apache.tools.ant.taskdefs

Class Jar.StrictMode

public static class Jar.StrictMode extends EnumeratedAttribute

The strict enumerated type.
Constructor Summary
StrictMode()
Public no arg constructor.
StrictMode(String value)
Constructor with an arg.
Method Summary
intgetLogLevel()
String[]getValues()
Get List of valid strings.

Constructor Detail

StrictMode

public StrictMode()
Public no arg constructor.

StrictMode

public StrictMode(String value)
Constructor with an arg.

Parameters: value the enumerated value as a string.

Method Detail

getLogLevel

public int getLogLevel()

Returns: The log level according to the strict mode.

getValues

public String[] getValues()
Get List of valid strings.

Returns: the list of values.