Class DefaultCoreRealm

java.lang.Object
org.apache.maven.internal.impl.internal.DefaultCoreRealm
All Implemented Interfaces:
CoreRealm

@Named @Singleton public class DefaultCoreRealm extends Object implements CoreRealm
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.codehaus.plexus.PlexusContainer
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultCoreRealm(org.codehaus.plexus.PlexusContainer container)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.codehaus.plexus.classworlds.realm.ClassRealm
    Obtain the ClassRealm 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
  • Field Details

    • container

      private final org.codehaus.plexus.PlexusContainer container
  • Constructor Details

    • DefaultCoreRealm

      @Inject public DefaultCoreRealm(org.codehaus.plexus.PlexusContainer container)
  • Method Details

    • getRealm

      public org.codehaus.plexus.classworlds.realm.ClassRealm getRealm()
      Description copied from interface: CoreRealm
      Obtain the ClassRealm used for Maven Core.
      Specified by:
      getRealm in interface CoreRealm
      Returns:
      the class realm of core.