Interface CoreRealm
- All Known Implementing Classes:
DefaultCoreRealm
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.codehaus.plexus.classworlds.ClassWorld
Shorthand method to obtain theClassWorld
used for Maven Core.org.codehaus.plexus.classworlds.realm.ClassRealm
getRealm()
Obtain theClassRealm
used for Maven Core.
-
Method Details
-
getRealm
Obtain theClassRealm
used for Maven Core.- Returns:
- the class realm of core.
-
getClassWorld
Shorthand method to obtain theClassWorld
used for Maven Core.- Returns:
- the class world in use.
-