public class ClasspathUtils extends Object
| Constructor and Description |
|---|
ClasspathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
expandDirs(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 String |
getDefaultClasspath(MessageContext msgContext)
Get the default classpath from various thingies in the message context
|
static boolean |
isJar(InputStream is)
Check if this inputstream is a jar/zip
|
public static String expandDirs(String dirPaths)
dirPaths - The string containing the directory path or list of
directory paths.public static boolean isJar(InputStream is)
is - public static String getDefaultClasspath(MessageContext msgContext)
msgContext - Copyright © The Apache Software Foundation. All Rights Reserved.