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 |
---|---|
List<ClassRealmConstituent> |
getConstituents()
Gets the constituents for the class realm.
|
Map<String,ClassLoader> |
getForeignImports()
Gets the packages/types to import from foreign realms.
|
List<String> |
getImports()
Deprecated.
Use
getParentImports() instead. |
ClassLoader |
getParent()
Gets the parent class realm (if any).
|
List<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
.ClassLoader getParent()
null
if using the default parent.@Deprecated List<String> getImports()
getParentImports()
instead.List<String> getParentImports()
null
.Map<String,ClassLoader> getForeignImports()
null
.List<ClassRealmConstituent> getConstituents()
null
.Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.