| java.lang.Object org.enhydra.kelp.common.PathUtil
PathUtil | public class PathUtil (Code) | | |
Method Summary | |
public static String | compressPathRelativeToProject(OtterNode node, String in) | public static String | expandPathRelativeToProject(OtterNode node, String inPath) | public static String[][] | expandReplacementTable(OtterProject project, String[][] table) | public static String | getAutoDeployPath(int type) | public static String | getAutoDodsPath(int type) | public static String | getDefaultDeployArchivePath(OtterProject project) | public static String | getDefaultDeployBootstrapPath(OtterProject project) | public static String | getDefaultDeployResourcePath(OtterProject project, String appPackPath, String sourcePath) | public static String | getDeployConfPath(OtterProject project) | public static String | getDeployConfPath(String root) | public static String | getDeployContentPath(OtterProject project) | public static String | getDeployContentPath(OtterProject project, String root) | public static File | getFileRelativeToProject(OtterNode node, String propertyName) | public static OtterFileNode[] | getInputPassthrough(OtterProject project) | public static OtterTemplateNode[] | getInputTemplates(OtterProject project) | public static String | getOutputPath(OtterTemplateNode node) | public static String | getSourcePathOf(OtterProject project, String sourceFile) | public static boolean | isInputInSource(OtterProject project) | public static boolean | isTemplate(OtterFileNode node) | public static void | putFileRelativeToProject(OtterNode node, String propertyName, String inFilename) |
PathUtil | public PathUtil()(Code) | | |
compressPathRelativeToProject | public static String compressPathRelativeToProject(OtterNode node, String in)(Code) | | Method declaration
Parameters: node - Parameters: inPath - |
expandPathRelativeToProject | public static String expandPathRelativeToProject(OtterNode node, String inPath)(Code) | | Method declaration
Parameters: node - Parameters: inPath - |
getAutoDeployPath | public static String getAutoDeployPath(int type)(Code) | | |
getAutoDodsPath | public static String getAutoDodsPath(int type)(Code) | | |
getFileRelativeToProject | public static File getFileRelativeToProject(OtterNode node, String propertyName)(Code) | | Method declaration
Parameters: node - Parameters: propertyName - |
putFileRelativeToProject | public static void putFileRelativeToProject(OtterNode node, String propertyName, String inFilename)(Code) | | Method declaration
Parameters: node - Parameters: propertyName - Parameters: inFilename - |
|
|