public interface DependencyPathAcceptor
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(DependencyPath path)
Returns
true if the path is valid according to this acceptor's
standards |
int |
maxPathLength()
Returns the maximum path length allowed by this acceptor.
|
boolean accepts(DependencyPath path)
true
if the path is valid according to this acceptor's
standardspath
- a dependency pathtrue
if the path is validint maxPathLength()
Copyright © 2012. All Rights Reserved.