public class DefaultMuleClassPathConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
MULE_DIR |
protected static String |
OPT_DIR |
protected List<URL> |
urls |
protected static String |
USER_DIR |
Constructor and Description |
---|
DefaultMuleClassPathConfig(File muleHome,
File muleBase) |
Modifier and Type | Method and Description |
---|---|
void |
addFile(File jar) |
void |
addFiles(List<File> files) |
protected void |
addLibraryDirectory(File muleHome,
String libDirectory) |
protected void |
addMuleBaseUserLibs(File muleHome,
File muleBase) |
void |
addURL(URL url)
Add a URL to Mule's classpath.
|
void |
addURLs(List<URL> moreUrls) |
List<URL> |
getURLs() |
protected void |
init(File muleHome,
File muleBase) |
protected List<File> |
listJars(File path)
Find and if necessary filter the jars for classpath.
|
protected static final String MULE_DIR
protected static final String USER_DIR
protected static final String OPT_DIR
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.