|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.utils.ClasspathUtils
Utility class for constructing the classpath
Constructor Summary | |
ClasspathUtils()
|
Method Summary | |
static java.lang.String |
expandDirs(java.lang.String dirPaths)
Expand a directory path or list of directory paths (File.pathSeparator delimited) into a list of file paths of all the jar files in those directories. |
static java.lang.String |
getDefaultClasspath(MessageContext msgContext)
Get the default classpath from various thingies in the message context |
static boolean |
isJar(java.io.InputStream is)
Check if this inputstream is a jar/zip |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClasspathUtils()
Method Detail |
public static java.lang.String expandDirs(java.lang.String dirPaths)
dirPaths
- The string containing the directory path or list of
directory paths.
public static boolean isJar(java.io.InputStream is)
is
-
public static java.lang.String getDefaultClasspath(MessageContext msgContext)
msgContext
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |