org.apache.geronimo.validator.ejb
Class EjbValidator

java.lang.Object
  extended byorg.apache.geronimo.validator.AbstractValidator
      extended byorg.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 $

Constructor Summary
EjbValidator()
           
 
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 org.apache.geronimo.validator.AbstractValidator
initialize, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbValidator

public EjbValidator()
Method Detail

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.