|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Verifiable
Represents any thing that can be verified.
Codehaus.org.
| Method Summary | |
|---|---|
java.lang.Class |
verify(Dependency dep)
Verifies that the component's dependencies are satisfiable. |
| Method Detail |
|---|
java.lang.Class verify(Dependency dep)
throws IrresolveableArgumentException,
ParameterTypeMismatchException,
AmbiguousComponentResolutionException,
YanException
dep - the provider that provides all dependent information.
IrresolveableArgumentException - when any of the arguments is not resolveable.
ParameterTypeMismatchException - when any of the arguments do not match the expectec type.
AmbiguousComponentResolutionException - when resolution of any of the arguments has ambiguity.
ComponentException - error when resolving any of the arguments.
YanException - any error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||