|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.aribaweb.util.AWJarWalker.ClasspathUrlFinder
public static class AWJarWalker.ClasspathUrlFinder
Constructor Summary | |
---|---|
AWJarWalker.ClasspathUrlFinder()
|
Method Summary | |
---|---|
static java.net.URL |
findClassBase(java.lang.Class clazz)
Find the classpath for the particular class |
static java.net.URL[] |
findClassPaths()
Uses the java.class.path system property to obtain a list of URLs that represent the CLASSPATH |
static java.net.URL[] |
findClassPaths(java.lang.String... paths)
Uses the java.class.path system property to obtain a list of URLs that represent the CLASSPATH paths is used as a filter to only include paths that have the specific relative file within it |
static java.net.URL |
findResourceBase(java.lang.String baseResource)
Find the classpath URL for a specific classpath resource. |
static java.net.URL |
findResourceBase(java.lang.String baseResource,
java.lang.ClassLoader loader)
Find the classpath URL for a specific classpath resource. |
static java.net.URL |
findResourceBase(java.net.URL url,
java.lang.String baseResource)
|
static java.net.URL[] |
findResourceBases(java.lang.String baseResource)
Find the classpath URLs for a specific classpath resource. |
static java.net.URL[] |
findResourceBases(java.lang.String baseResource,
java.lang.ClassLoader loader,
AWJarWalker.UrlFilter filter)
Find the classpath URLs for a specific classpath resource. |
static java.net.URL[] |
findResourceBasesContainingManifestKey(java.lang.String manifestKey)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AWJarWalker.ClasspathUrlFinder()
Method Detail |
---|
public static java.net.URL[] findResourceBases(java.lang.String baseResource, java.lang.ClassLoader loader, AWJarWalker.UrlFilter filter)
baseResource
- public static java.net.URL[] findResourceBases(java.lang.String baseResource)
baseResource
- public static java.net.URL[] findResourceBasesContainingManifestKey(java.lang.String manifestKey)
public static java.net.URL findResourceBase(java.net.URL url, java.lang.String baseResource)
public static java.net.URL findResourceBase(java.lang.String baseResource)
baseResource
- public static java.net.URL findResourceBase(java.lang.String baseResource, java.lang.ClassLoader loader)
baseResource
- loader
- public static java.net.URL findClassBase(java.lang.Class clazz)
clazz
- public static java.net.URL[] findClassPaths()
public static java.net.URL[] findClassPaths(java.lang.String... paths)
paths
- list of files that should exist in a particular path
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |