org.apache.geronimo.validator.ejb
Class EjbValidator
java.lang.Object
org.apache.geronimo.validator.AbstractValidator
org.apache.geronimo.validator.ejb.EjbValidator
- All Implemented Interfaces:
- Validator
- public class EjbValidator
- extends AbstractValidator
The validator class for validating an EJB JAR. Right now just does enough
to prove that this whole thing works.
- Version:
- $Revision: 1.6 $ $Date: 2004/03/10 09:58:44 $
Method Summary |
Class[] |
getTestClasses()
The subclass should return an array of ValidationTest subclasses. |
static void |
main(String[] args)
To try me, pass an EJB JAR file name as the only argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbValidator
public EjbValidator()
getTestClasses
public Class[] getTestClasses()
- Description copied from class:
AbstractValidator
- The subclass should return an array of ValidationTest subclasses. This
class will execute all the tests in those classes according to their
DD and XPath configuration.
- Specified by:
getTestClasses
in class AbstractValidator
main
public static void main(String[] args)
- To try me, pass an EJB JAR file name as the only argument.
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.