Package com.fortify.plugin.jenkins
Class PathUtils
- java.lang.Object
-
- com.fortify.plugin.jenkins.PathUtils
-
public class PathUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description PathUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
appendExtentionIfNotEmpty(String s, String defaultExtention, String... allowedExtentions)
static File[]
findBasenameInFolder(String pathname, String filename)
static String
getPath(String fullFilePath)
static String
getShortFileName(String fullPath)
static File[]
locateBasenameInPath(String filename)
static File
locateFileInPath(String filename, String path)
static String
normalizeDirectorySeparators(String path)
-