|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerifyException | |
org.apache.avalon.meta.info.verifier | A set of classes supporting verification of components types using class and component meta information. |
Uses of VerifyException in org.apache.avalon.meta.info.verifier |
Methods in org.apache.avalon.meta.info.verifier that throw VerifyException | |
void |
TypeVerifier.verifyType(String name,
Class implementation,
Class[] services)
Verify that the supplied implementation class and service classes are valid for a component. |
void |
TypeVerifier.verifyImplementsServices(String name,
Class implementation,
Class[] services)
Verify that the supplied implementation implements the specified services. |
void |
TypeVerifier.verifyClass(String name,
Class clazz)
Verify that the supplied class is a valid class for a Component. |
void |
TypeVerifier.verifyServices(String name,
Class[] classes)
Verify that the supplied classes are valid classes for a service. |
void |
TypeVerifier.verifyService(String name,
Class clazz)
Verify that the supplied class is a valid class for a service. |
void |
TypeVerifier.verifyLifecycles(String name,
Class implementation)
Verify that the implementation class does not implement incompatible lifecycle interfaces. |
void |
TypeVerifier.verifyServiceIsaInterface(String name,
Class clazz)
Verify that the service implemented by specified component is an interface. |
void |
TypeVerifier.verifyServiceIsPublic(String name,
Class clazz)
Verify that the service implemented by specified component is public. |
void |
TypeVerifier.verifyServiceNotALifecycle(String name,
Class clazz)
Verify that the service implemented by specified component does not extend any lifecycle interfaces. |
void |
TypeVerifier.verifyPublicConstructor(String name,
Class clazz)
Verify that the component has a no-arg aka default constructor. |
void |
TypeVerifier.verifyNonAbstract(String name,
Class clazz)
Verify that the component is not represented by abstract class. |
void |
TypeVerifier.verifyPublic(String name,
Class clazz)
Verify that the component is not represented by abstract class. |
void |
TypeVerifier.verifyNonPrimitive(String name,
Class clazz)
Verify that the component is not represented by primitive class. |
void |
TypeVerifier.verifyNonInterface(String name,
Class clazz)
Verify that the component is not represented by interface class. |
void |
TypeVerifier.verifyNonArray(String name,
Class clazz)
Verify that the component is not represented by an array class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |