|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IServiceTypeConfig.ClassLoaderConfiguration
A representation of a contribution to a given scope's class-path.
Method Summary | |
---|---|
java.lang.String[] |
getClasspathURLs()
|
java.lang.String[] |
getExclusionList()
The set of prefixes of class names which will not be searched in the above class-path. |
boolean |
isSelfFirst()
Should this contribution behave in a self first manner - if false, parent class-loaders are deferred to. if true, local resources and classes take precedence over ones available in parents' paths. |
void |
setClasspathURLs(java.lang.String[] urls)
Replace the currently defined value for the classpath URL's with a new set. |
void |
setExclusionList(java.lang.String[] exclusions)
Replace the currently defined the set of prefixes of class names which will not be searched by this class loader. |
void |
setSelfFirst(boolean selfFirst)
Define the behavior of this class loader. |
Method Detail |
---|
java.lang.String[] getClasspathURLs()
void setClasspathURLs(java.lang.String[] urls)
urls
- the new set of URL's to use.java.lang.String[] getExclusionList()
void setExclusionList(java.lang.String[] exclusions)
exclusions
- the new exclusion prefixesboolean isSelfFirst()
void setSelfFirst(boolean selfFirst)
selfFirst
- -
true = self first. false = parent first.
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |