org.silverpeas.process.io.file
Enum FileBasePath
java.lang.Object
java.lang.Enum<FileBasePath>
org.silverpeas.process.io.file.FileBasePath
- All Implemented Interfaces:
- Serializable, Comparable<FileBasePath>
public enum FileBasePath
- extends Enum<FileBasePath>
This enumeration represents all root pathes that are handled by Silverpeas.
For each definition is associated a real path on the file system and its assiocated node path.
The node path is used by FileHandler
in case it has to be managed by this one.
- Author:
- Yohann Chastagnier
UPLOAD_PATH
public static final FileBasePath UPLOAD_PATH
values
public static FileBasePath[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (FileBasePath c : FileBasePath.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FileBasePath valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getPath
public String getPath()
- Returns:
- the path
getHandledNodeName
public String getHandledNodeName()
- Returns:
- the handledNodeName
Copyright © 2016 Silverpeas. All Rights Reserved.