Class DefaultCoreRealm
java.lang.Object
org.apache.maven.internal.impl.internal.DefaultCoreRealm
- All Implemented Interfaces:
CoreRealm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.classworlds.realm.ClassRealm
getRealm()
Obtain theClassRealm
used for Maven Core.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.internal.CoreRealm
getClassWorld
-
Constructor Details
-
DefaultCoreRealm
@Inject public DefaultCoreRealm(org.codehaus.plexus.PlexusContainer container)
-
-
Method Details