public static enum ResolveOptions.StandardResolveOptions extends java.lang.Enum<ResolveOptions.StandardResolveOptions> implements ResolveOptions
ResolveOptions.StandardResolveOptions| Enum Constant and Description | 
|---|
| RESOLVE_DIRECTORYResolve a directory. | 
| RESOLVE_FILEResolve a file. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResolveOptions.StandardResolveOptions | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ResolveOptions.StandardResolveOptions[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ResolveOptions.StandardResolveOptions RESOLVE_FILE
public static final ResolveOptions.StandardResolveOptions RESOLVE_DIRECTORY
This requires ResourceId implementation to append a delimiter.
public static ResolveOptions.StandardResolveOptions[] values()
for (ResolveOptions.StandardResolveOptions c : ResolveOptions.StandardResolveOptions.values()) System.out.println(c);
public static ResolveOptions.StandardResolveOptions 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