|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookupStrategy | |
---|---|
org.jboss.dependency.plugins.graph | |
org.jboss.dependency.spi.graph |
Uses of LookupStrategy in org.jboss.dependency.plugins.graph |
---|
Classes in org.jboss.dependency.plugins.graph that implement LookupStrategy | |
---|---|
class |
AbstractLookupStrategy
Abstract lookup strategy. |
class |
ChildrenOnlyDepthLookupStrategy
Children only - depth search. |
class |
ChildrenOnlyLeavesFirstLookupStrategy
Children only - leaves first. |
class |
ChildrenOnlyWidthLookupStrategy
Children only - width search. |
class |
DefaultLookupStrategy
Default lookup. |
class |
DepthLookupStrategy
Depth search. |
class |
HierarchyLookupStrategy
Hierarchy lookup strategy. |
class |
LeavesFirstLookupStrategy
Leaves first. |
class |
LocalLookupStrategy
Check only current scope. |
class |
ParentLookupStrategy
Check parent. |
class |
ParentOnlyLookupStrategy
Check only parent. |
class |
ScopeKeyLookupStrategy
ScopeKey lookup strategy. |
class |
TopLevelLookupStrategy
Check only top level. |
class |
WidthLookupStrategy
Width search. |
Methods in org.jboss.dependency.plugins.graph that return LookupStrategy | |
---|---|
LookupStrategy |
AbstractLookupStrategy.getStrategy()
|
LookupStrategy |
ScopeKeySearchInfo.getStrategy()
|
LookupStrategy |
Search.getStrategy()
|
LookupStrategy |
LazySearchInfo.getStrategy()
|
Uses of LookupStrategy in org.jboss.dependency.spi.graph |
---|
Methods in org.jboss.dependency.spi.graph that return LookupStrategy | |
---|---|
LookupStrategy |
SearchInfo.getStrategy()
Get the lookup strategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |