Uses of Interface
org.apache.maven.classrealm.ClassRealmConstituent
-
Packages that use ClassRealmConstituent Package Description org.apache.maven.classrealm -
-
Uses of ClassRealmConstituent in org.apache.maven.classrealm
Classes in org.apache.maven.classrealm that implement ClassRealmConstituent Modifier and Type Class Description (package private) class
ArtifactClassRealmConstituent
Fields in org.apache.maven.classrealm with type parameters of type ClassRealmConstituent Modifier and Type Field Description private java.util.List<ClassRealmConstituent>
DefaultClassRealmRequest. constituents
Methods in org.apache.maven.classrealm that return types with arguments of type ClassRealmConstituent Modifier and Type Method Description java.util.List<ClassRealmConstituent>
ClassRealmRequest. getConstituents()
Gets the constituents for the class realm.java.util.List<ClassRealmConstituent>
DefaultClassRealmRequest. getConstituents()
Methods in org.apache.maven.classrealm with parameters of type ClassRealmConstituent Modifier and Type Method Description private static java.lang.String
DefaultClassRealmManager. getId(ClassRealmConstituent constituent)
Method parameters in org.apache.maven.classrealm with type arguments of type ClassRealmConstituent Modifier and Type Method Description private java.util.Set<java.lang.String>
DefaultClassRealmManager. populateRealm(org.codehaus.plexus.classworlds.realm.ClassRealm classRealm, java.util.List<ClassRealmConstituent> constituents)
-