public interface ClassRealmRequest
Modifier and Type | Interface and Description |
---|---|
static class |
ClassRealmRequest.RealmType
The type of a class realm.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassRealmConstituent> |
getConstituents()
Gets the constituents for the class realm.
|
java.util.Map<java.lang.String,java.lang.ClassLoader> |
getForeignImports()
Gets the packages/types to import from foreign realms.
|
java.util.List<java.lang.String> |
getImports()
Deprecated.
Use
getParentImports() instead. |
java.lang.ClassLoader |
getParent()
Gets the parent class realm (if any).
|
java.util.List<java.lang.String> |
getParentImports()
Gets the packages/types to import from the parent realm.
|
ClassRealmRequest.RealmType |
getType()
Gets the type of the class realm.
|
ClassRealmRequest.RealmType getType()
null
.java.lang.ClassLoader getParent()
null
if using the default parent.@Deprecated java.util.List<java.lang.String> getImports()
getParentImports()
instead.java.util.List<java.lang.String> getParentImports()
null
.java.util.Map<java.lang.String,java.lang.ClassLoader> getForeignImports()
null
.java.util.List<ClassRealmConstituent> getConstituents()
null
.