Uses of Enum
org.apache.maven.classrealm.ClassRealmRequest.RealmType
Packages that use ClassRealmRequest.RealmType
-
Uses of ClassRealmRequest.RealmType in org.apache.maven.classrealm
Fields in org.apache.maven.classrealm declared as ClassRealmRequest.RealmTypeModifier and TypeFieldDescriptionprivate final ClassRealmRequest.RealmType
DefaultClassRealmRequest.type
Methods in org.apache.maven.classrealm that return ClassRealmRequest.RealmTypeModifier and TypeMethodDescriptionClassRealmRequest.getType()
Gets the type of the class realm.DefaultClassRealmRequest.getType()
static ClassRealmRequest.RealmType
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.Methods in org.apache.maven.classrealm with parameters of type ClassRealmRequest.RealmTypeModifier and TypeMethodDescriptionprivate void
DefaultClassRealmManager.callDelegates
(org.codehaus.plexus.classworlds.realm.ClassRealm classRealm, ClassRealmRequest.RealmType type, ClassLoader parent, List<String> parentImports, Map<String, ClassLoader> foreignImports, List<ClassRealmConstituent> constituents) private org.codehaus.plexus.classworlds.realm.ClassRealm
DefaultClassRealmManager.createRealm
(String baseRealmId, ClassRealmRequest.RealmType type, ClassLoader parent, List<String> parentImports, Map<String, ClassLoader> foreignImports, List<org.eclipse.aether.artifact.Artifact> artifacts) Creates a new class realm with the specified parent and imports.Constructors in org.apache.maven.classrealm with parameters of type ClassRealmRequest.RealmTypeModifierConstructorDescription(package private)
DefaultClassRealmRequest
(ClassRealmRequest.RealmType type, ClassLoader parent, List<String> parentImports, Map<String, ClassLoader> foreignImports, List<ClassRealmConstituent> constituents)