|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.util.ClassPathUtil
public class ClassPathUtil
Some utility methods for working with the Java class path.
Constructor Summary | |
---|---|
ClassPathUtil()
|
Method Summary | |
---|---|
static java.lang.String |
findCodeBaseInClassPath(java.util.regex.Pattern codeBaseNamePattern,
java.lang.String classPath)
Try to find a codebase matching the given pattern in the given class path string. |
static java.lang.String |
findCodeBaseInClassPath(java.lang.String codeBaseName,
java.lang.String classPath)
Try to find a codebase with the given name in the given class path string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassPathUtil()
Method Detail |
---|
public static java.lang.String findCodeBaseInClassPath(@Nonnull java.lang.String codeBaseName, java.lang.String classPath)
codeBaseName
- name of a codebase (e.g., "findbugs.jar")classPath
- a classpath
public static java.lang.String findCodeBaseInClassPath(java.util.regex.Pattern codeBaseNamePattern, java.lang.String classPath)
codeBaseNamePattern
- pattern describing a codebase
(e.g., compiled from the regex "findbugs\\.jar$")classPath
- a classpath
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |