org.jboss.dependency.plugins.graph
Class ChildrenOnlyLeavesFirstLookupStrategy

java.lang.Object
  extended by org.jboss.dependency.plugins.graph.AbstractLookupStrategy
      extended by org.jboss.dependency.plugins.graph.LocalLookupStrategy
          extended by org.jboss.dependency.plugins.graph.HierarchyLookupStrategy
              extended by org.jboss.dependency.plugins.graph.LeavesFirstLookupStrategy
                  extended by org.jboss.dependency.plugins.graph.ChildrenOnlyLeavesFirstLookupStrategy
All Implemented Interfaces:
LookupStrategy, SearchInfo

public class ChildrenOnlyLeavesFirstLookupStrategy
extends LeavesFirstLookupStrategy

Children only - leaves first.

Author:
Ales Justin

Constructor Summary
ChildrenOnlyLeavesFirstLookupStrategy()
           
 
Method Summary
 
Methods inherited from class org.jboss.dependency.plugins.graph.LeavesFirstLookupStrategy
getContextInternal, getContextInternal
 
Methods inherited from class org.jboss.dependency.plugins.graph.HierarchyLookupStrategy
isCheckCurrent
 
Methods inherited from class org.jboss.dependency.plugins.graph.LocalLookupStrategy
getLocalContext
 
Methods inherited from class org.jboss.dependency.plugins.graph.AbstractLookupStrategy
getContext, getInfo, getStrategy, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildrenOnlyLeavesFirstLookupStrategy

public ChildrenOnlyLeavesFirstLookupStrategy()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.