protected static enum DependencyHandler.DependencyDirType extends java.lang.Enum<DependencyHandler.DependencyDirType>
| Enum Constant and Description |
|---|
containsInfoFile |
hasContainsInfoFileParent |
parentOfContainsInfoFile |
unknown |
| Modifier and Type | Method and Description |
|---|---|
static DependencyHandler.DependencyDirType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DependencyHandler.DependencyDirType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependencyHandler.DependencyDirType unknown
public static final DependencyHandler.DependencyDirType containsInfoFile
public static final DependencyHandler.DependencyDirType hasContainsInfoFileParent
public static final DependencyHandler.DependencyDirType parentOfContainsInfoFile
public static DependencyHandler.DependencyDirType[] values()
for (DependencyHandler.DependencyDirType c : DependencyHandler.DependencyDirType.values()) System.out.println(c);
public static DependencyHandler.DependencyDirType 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 null