JarCheckpublic interface JarCheck All classes responsible for performing compliance tests on an J2EE architecture
like web applications or connectors implement this interface to be called by
the verifier harness. Classes with such a responsibility are called managers
in the verifier harness. |
Methods Summary |
---|
public void | check(com.sun.enterprise.deployment.Descriptor descriptor)
Entry point to perform all tests pertinent to this implemented
architecture on a J2EE archive file (ear, war, rar...)
|
|