public static enum JifOptions.JifLocations extends java.lang.Enum<JifOptions.JifLocations> implements javax.tools.JavaFileManager.Location
| Enum Constant and Description |
|---|
SIGNATURE_PATH |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isOutputLocation() |
static JifOptions.JifLocations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JifOptions.JifLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JifOptions.JifLocations SIGNATURE_PATH
public static JifOptions.JifLocations[] values()
for (JifOptions.JifLocations c : JifOptions.JifLocations.values()) System.out.println(c);
public static JifOptions.JifLocations valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isOutputLocation()
isOutputLocation in interface javax.tools.JavaFileManager.Locationpublic java.lang.String getName()
getName in interface javax.tools.JavaFileManager.Location