org.jboss.dependency.plugins.graph
Class HierarchyLookupStrategy
java.lang.Object
org.jboss.dependency.plugins.graph.AbstractLookupStrategy
org.jboss.dependency.plugins.graph.LocalLookupStrategy
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
Method Summary |
protected boolean |
isCheckCurrent()
Should we check current / top. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HierarchyLookupStrategy
protected HierarchyLookupStrategy()
HierarchyLookupStrategy
protected HierarchyLookupStrategy(boolean checkCurrent)
isCheckCurrent
protected boolean isCheckCurrent()
- Should we check current / top.
- Returns:
- true if check surrent / top
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.