|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.modules.boot.DefaultMuleClassPathConfig
Constructs a default set of JAR Urls located under Mule home folder.
| Field Summary | |
protected static String |
FOLDER_MULE
|
protected static String |
FOLDER_OPT
|
protected static String |
FOLDER_USER
|
| Constructor Summary | |
DefaultMuleClassPathConfig(File muleHome,
File muleBase)
Constructs a new DefaultMuleClassPathConfig. |
|
| Method Summary | |
void |
addURL(URL url)
Add a URL to Mule's classpath. |
void |
addURLs(List urls)
Setter for property 'urls'. |
List |
getURLs()
Getter for property 'urls'. |
protected File[] |
listJars(File muleDir,
String muleSubfolder)
Find and if necessary filter the jars for classpath. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final String FOLDER_MULE
protected static final String FOLDER_OPT
protected static final String FOLDER_USER
| Constructor Detail |
public DefaultMuleClassPathConfig(File muleHome,
File muleBase)
| Method Detail |
public List getURLs()
public void addURLs(List urls)
urls - Value to set for property 'urls'.public void addURL(URL url)
url - folder (should end with a slash) or jar path
protected File[] listJars(File muleDir,
String muleSubfolder)
muleSubfolder - folder under the Mule directory to list
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||