org.jboss.dependency.plugins.graph
Class ChildrenOnlyDepthLookupStrategy

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.DepthLookupStrategy
                  extended by org.jboss.dependency.plugins.graph.ChildrenOnlyDepthLookupStrategy
All Implemented Interfaces:
LookupStrategy, SearchInfo

public class ChildrenOnlyDepthLookupStrategy
extends DepthLookupStrategy

Children only - depth search.

Author:
Ales Justin

Constructor Summary
ChildrenOnlyDepthLookupStrategy()
           
 
Method Summary
 
Methods inherited from class org.jboss.dependency.plugins.graph.DepthLookupStrategy
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

ChildrenOnlyDepthLookupStrategy

public ChildrenOnlyDepthLookupStrategy()


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