|
||||||||||
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 | |
---|---|
java.util.List<ClassRealmConstituent> |
getConstituents()
Gets the constituents for the class realm. |
java.util.List<java.lang.String> |
getImports()
Gets the packages/types to import from the parent realm. |
java.lang.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
.java.lang.ClassLoader getParent()
null
if using the Maven core realm as parent.java.util.List<java.lang.String> getImports()
null
.java.util.List<ClassRealmConstituent> getConstituents()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |