|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ReturnType - the interface returned from these methodspublic static interface DnaConfiguration.LoadedFrom<ReturnType>

Interface for specifying from where the component's class is to be loaded.
| Method Summary | |
|---|---|
ReturnType |
loadedFrom(String... classPathNames)
Specify the names of the classloaders that form the classpath for the component, from which the component's class (and its dependencies) can be loaded. |
ReturnType |
loadedFromClasspath()
Specify that the component (and its dependencies) will be found on the current (or current context) classloader. |
| Method Detail |
|---|
ReturnType loadedFrom(String... classPathNames)
ExecutionContext.getClassLoader(String...) methods.
classPathNames - the names for the classloaders, as passed to the ClassLoaderFactory implementation (e.g.,
the ExecutionContext).
loadedFromClasspath(),
ExecutionContext.getClassLoader(String...)ReturnType loadedFromClasspath()
current context) classloader.
loadedFrom(String...),
ExecutionContext.getClassLoader(String...)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||