Package org.brijframework.util.location
Class PathUtil
- java.lang.Object
-
- org.brijframework.util.location.PathUtil
-
public abstract class PathUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ClassLoaderoverridenClassLoader
-
Constructor Summary
Constructors Constructor Description PathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URLfindAsResource(String _path)static URL[]getClassPath()static List<String>getClassPathURL()static ClassLoadergetContextClassLoader()static StringgetContextNameFromURLString(String _path)static StringgetContextPath()static List<URL>getResoucePath()static StringgetResoucesPath(String path)static URIgetResoucesURI(String _path)static URLgetResoucesURL(String _path)static StringgetResourcesContextPath()static booleanisValidPath(String _path)static URIlocateURIConfig(String path)static URLlocateURLConfig(String path)static Fileresources(String suffix)
-
-
-
Field Detail
-
overridenClassLoader
public static ClassLoader overridenClassLoader
-
-
Method Detail
-
getResourcesContextPath
public static String getResourcesContextPath()
-
getContextPath
public static String getContextPath()
-
getContextClassLoader
public static ClassLoader getContextClassLoader()
-
getClassPath
public static URL[] getClassPath()
-
getResoucePath
public static List<URL> getResoucePath() throws URISyntaxException
- Throws:
URISyntaxException
-
isValidPath
public static boolean isValidPath(String _path)
-
-