Package com.sun.enterprise.util.cluster
Class Paths
- java.lang.Object
-
- com.sun.enterprise.util.cluster.Paths
-
public final class Paths extends Object
Why go through the painful process of creating Paths and hard-coding in filenames in more than one place? Let's do it in here and only in here- Author:
- Byron Nevins
-
-
Field Summary
Fields Modifier and Type Field Description static StringDAS_PROPS_FILENAMEstatic StringDAS_PROPS_SUBPATH
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetDasPropsPath(Node node)static StringgetInstanceDirPath(Node node, String instanceName)static StringgetNodeDir(Node node)static StringgetNodesDir(Node node)
-
-
-
Field Detail
-
DAS_PROPS_FILENAME
public static final String DAS_PROPS_FILENAME
- See Also:
- Constant Field Values
-
DAS_PROPS_SUBPATH
public static final String DAS_PROPS_SUBPATH
- See Also:
- Constant Field Values
-
-