Class DisposePhase

    • Constructor Summary

      Constructors 
      Constructor Description
      DisposePhase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Object object, ComponentManager manager, org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
      Execute the phase.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisposePhase

        public DisposePhase()
    • Method Detail

      • execute

        public void execute​(java.lang.Object object,
                            ComponentManager manager,
                            org.codehaus.plexus.classworlds.realm.ClassRealm lookupRealm)
        Description copied from class: AbstractPhase
        Execute the phase.
        Specified by:
        execute in interface Phase
        Specified by:
        execute in class AbstractPhase
        Parameters:
        object - The component.
        manager - ComponentManager
        lookupRealm - ClassRealm