public class ClasspathUtils
extends java.lang.Object
| Constructor and Description |
|---|
ClasspathUtils() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 - Copyright ? 2005 Apache Web Services Project. All Rights Reserved.