public static enum ImportBasedFactory.PathOptions extends Enum<ImportBasedFactory.PathOptions>
Modifier and Type | Method and Description |
---|---|
protected abstract File |
getFile(String path) |
static File |
getResource(String path) |
static ImportBasedFactory.PathOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportBasedFactory.PathOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportBasedFactory.PathOptions resource
public static final ImportBasedFactory.PathOptions nxData
public static final ImportBasedFactory.PathOptions absolute
public static ImportBasedFactory.PathOptions[] values()
for (ImportBasedFactory.PathOptions c : ImportBasedFactory.PathOptions.values()) System.out.println(c);
public static ImportBasedFactory.PathOptions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static File getResource(String path)
Copyright © 2015 Nuxeo SA. All rights reserved.