|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassRealmRequest
Describes the requirements for a new class realm.
Nested Class Summary | |
---|---|
static class |
ClassRealmRequest.RealmType
The type of a class realm. |
Method Summary | |
---|---|
List<ClassRealmConstituent> |
getConstituents()
Gets the constituents for the class realm. |
List<String> |
getImports()
Gets the packages/types to import from the parent realm. |
ClassLoader |
getParent()
Gets the parent class realm (if any). |
ClassRealmRequest.RealmType |
getType()
Gets the type of the class realm. |
Method Detail |
---|
ClassRealmRequest.RealmType getType()
null
.ClassLoader getParent()
null
if using the Maven core realm as parent.List<String> getImports()
null
.List<ClassRealmConstituent> getConstituents()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |