org.jboss.dependency.plugins.graph
Class HierarchyLookupStrategy

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
All Implemented Interfaces:
LookupStrategy, SearchInfo
Direct Known Subclasses:
DepthLookupStrategy, LeavesFirstLookupStrategy, ParentOnlyLookupStrategy, ScopeKeyLookupStrategy, WidthLookupStrategy

public abstract class HierarchyLookupStrategy
extends LocalLookupStrategy

Hierarchy lookup strategy. Does local lookup on controller - if supported.

Author:
Ales Justin

Constructor Summary
protected HierarchyLookupStrategy()
           
protected HierarchyLookupStrategy(boolean checkCurrent)
           
 
Method Summary
protected  boolean isCheckCurrent()
          Should we check current / top.
 
Methods inherited from class org.jboss.dependency.plugins.graph.LocalLookupStrategy
getContextInternal, 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

HierarchyLookupStrategy

protected HierarchyLookupStrategy()

HierarchyLookupStrategy

protected HierarchyLookupStrategy(boolean checkCurrent)
Method Detail

isCheckCurrent

protected boolean isCheckCurrent()
Should we check current / top.

Returns:
true if check surrent / top


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