java.lang.Object
org.enhydra.kelp.common.PathUtil
- public class PathUtil
- extends java.lang.Object
|
Method Summary |
static java.lang.String |
compressPathRelativeToProject(org.enhydra.kelp.common.node.OtterNode node,
java.lang.String inPath)
Method declaration |
static java.lang.String |
expandPathRelativeToProject(org.enhydra.kelp.common.node.OtterNode node,
java.lang.String inPath)
Method declaration |
static java.lang.String[][] |
expandReplacementTable(org.enhydra.kelp.common.node.OtterProject project,
java.lang.String[][] table)
|
static java.lang.String |
getDefaultDeployResourcePath(org.enhydra.kelp.common.node.OtterProject project,
java.lang.String appPackPath,
java.lang.String sourcePath)
|
static java.lang.String |
getDeployArchivePath(org.enhydra.kelp.common.node.OtterProject project)
|
static java.lang.String |
getDeployArchivePath(java.lang.String root,
org.enhydra.kelp.common.node.OtterProject project)
|
static java.lang.String |
getDeployConfPath(org.enhydra.kelp.common.node.OtterProject project)
|
static java.lang.String |
getDeployConfPath(java.lang.String root)
|
static java.lang.String |
getDeployContentPath(org.enhydra.kelp.common.node.OtterProject project)
|
static java.lang.String |
getDeployContentPath(org.enhydra.kelp.common.node.OtterProject project,
java.lang.String root)
|
static java.io.File |
getFileRelativeToProject(org.enhydra.kelp.common.node.OtterNode node,
java.lang.String propertyName)
Method declaration |
static org.enhydra.kelp.common.node.OtterNode[] |
getInputPassthrough(org.enhydra.kelp.common.node.OtterProject project)
|
static org.enhydra.kelp.common.node.OtterTemplateNode[] |
getInputTemplates(org.enhydra.kelp.common.node.OtterProject project)
|
static java.lang.String |
getSourcePathOf(org.enhydra.kelp.common.node.OtterProject project,
java.lang.String sourceFile)
|
static boolean |
isInputInSource(org.enhydra.kelp.common.node.OtterProject project)
|
static boolean |
isTemplate(org.enhydra.kelp.common.node.OtterNode node)
|
static void |
putFileRelativeToProject(org.enhydra.kelp.common.node.OtterNode node,
java.lang.String propertyName,
java.lang.String inFilename)
Method declaration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNTITLED
private static final java.lang.String UNTITLED
- See Also:
- Constant Field Values
_PATH
private static final java.lang.String _PATH
- See Also:
- Constant Field Values
PathUtil
public PathUtil()
isInputInSource
public static boolean isInputInSource(org.enhydra.kelp.common.node.OtterProject project)
isTemplate
public static boolean isTemplate(org.enhydra.kelp.common.node.OtterNode node)
getDeployArchivePath
public static java.lang.String getDeployArchivePath(org.enhydra.kelp.common.node.OtterProject project)
getDeployArchivePath
public static java.lang.String getDeployArchivePath(java.lang.String root,
org.enhydra.kelp.common.node.OtterProject project)
expandReplacementTable
public static java.lang.String[][] expandReplacementTable(org.enhydra.kelp.common.node.OtterProject project,
java.lang.String[][] table)
getDeployConfPath
public static java.lang.String getDeployConfPath(org.enhydra.kelp.common.node.OtterProject project)
getDeployConfPath
public static java.lang.String getDeployConfPath(java.lang.String root)
getDeployContentPath
public static java.lang.String getDeployContentPath(org.enhydra.kelp.common.node.OtterProject project)
getDeployContentPath
public static java.lang.String getDeployContentPath(org.enhydra.kelp.common.node.OtterProject project,
java.lang.String root)
getDefaultDeployResourcePath
public static java.lang.String getDefaultDeployResourcePath(org.enhydra.kelp.common.node.OtterProject project,
java.lang.String appPackPath,
java.lang.String sourcePath)
putFileRelativeToProject
public static void putFileRelativeToProject(org.enhydra.kelp.common.node.OtterNode node,
java.lang.String propertyName,
java.lang.String inFilename)
- Method declaration
getFileRelativeToProject
public static java.io.File getFileRelativeToProject(org.enhydra.kelp.common.node.OtterNode node,
java.lang.String propertyName)
- Method declaration
compressPathRelativeToProject
public static java.lang.String compressPathRelativeToProject(org.enhydra.kelp.common.node.OtterNode node,
java.lang.String inPath)
- Method declaration
expandPathRelativeToProject
public static java.lang.String expandPathRelativeToProject(org.enhydra.kelp.common.node.OtterNode node,
java.lang.String inPath)
- Method declaration
getInputTemplates
public static org.enhydra.kelp.common.node.OtterTemplateNode[] getInputTemplates(org.enhydra.kelp.common.node.OtterProject project)
getInputPassthrough
public static org.enhydra.kelp.common.node.OtterNode[] getInputPassthrough(org.enhydra.kelp.common.node.OtterProject project)
getSourcePathOf
public static java.lang.String getSourcePathOf(org.enhydra.kelp.common.node.OtterProject project,
java.lang.String sourceFile)