Package | Description |
---|---|
org.apache.maven.classrealm |
Modifier and Type | Field and Description |
---|---|
private ClassRealmRequest.RealmType |
DefaultClassRealmRequest.type |
Modifier and Type | Method and Description |
---|---|
ClassRealmRequest.RealmType |
ClassRealmRequest.getType()
Gets the type of the class realm.
|
ClassRealmRequest.RealmType |
DefaultClassRealmRequest.getType() |
static ClassRealmRequest.RealmType |
ClassRealmRequest.RealmType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassRealmRequest.RealmType[] |
ClassRealmRequest.RealmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
DefaultClassRealmManager.callDelegates(org.codehaus.plexus.classworlds.realm.ClassRealm classRealm,
ClassRealmRequest.RealmType type,
java.lang.ClassLoader parent,
java.util.List<java.lang.String> parentImports,
java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports,
java.util.List<ClassRealmConstituent> constituents) |
private org.codehaus.plexus.classworlds.realm.ClassRealm |
DefaultClassRealmManager.createRealm(java.lang.String baseRealmId,
ClassRealmRequest.RealmType type,
java.lang.ClassLoader parent,
java.util.List<java.lang.String> parentImports,
java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports,
java.util.List<org.eclipse.aether.artifact.Artifact> artifacts)
Creates a new class realm with the specified parent and imports.
|
Constructor and Description |
---|
DefaultClassRealmRequest(ClassRealmRequest.RealmType type,
java.lang.ClassLoader parent,
java.util.List<java.lang.String> parentImports,
java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports,
java.util.List<ClassRealmConstituent> constituents) |