public static enum ModuleLoader.PathResolver extends java.lang.Enum<ModuleLoader.PathResolver> implements com.google.common.base.Function<java.lang.String,java.lang.String>
Modifier and Type | Method and Description |
---|---|
static ModuleLoader.PathResolver |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleLoader.PathResolver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleLoader.PathResolver RELATIVE
@GwtIncompatible(value="Paths.get, Path.toAbsolutePath") public static final ModuleLoader.PathResolver ABSOLUTE
public static ModuleLoader.PathResolver[] values()
for (ModuleLoader.PathResolver c : ModuleLoader.PathResolver.values()) System.out.println(c);
public static ModuleLoader.PathResolver 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 nullCopyright © 2009-2018 Google. All Rights Reserved.