org.codehaus.plexus.component
Class ComponentStack

java.lang.Object
  extended by org.codehaus.plexus.component.ComponentStack

public final class ComponentStack
extends java.lang.Object


Method Summary
static java.util.List<ComponentStackElement> getComponentStack()
           
static void popComponentStack()
           
static void pushComponentStack(ComponentDescriptor<?> descriptor)
           
static void setComponentStackProperty(java.lang.String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComponentStack

public static java.util.List<ComponentStackElement> getComponentStack()

pushComponentStack

public static void pushComponentStack(ComponentDescriptor<?> descriptor)
                               throws ComponentLookupException
Throws:
ComponentLookupException

popComponentStack

public static void popComponentStack()

setComponentStackProperty

public static void setComponentStackProperty(java.lang.String property)


Copyright © 2001-2009 Codehaus. All Rights Reserved.