FileDocCategorySizeDatePackage
JarCheck.javaAPI DocGlassfish v2 API2713Fri May 04 22:33:24 BST 2007com.sun.enterprise.tools.verifier

JarCheck

public 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.
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public voidcheck(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...)

param
descriptor descriptor instance for the J2EE archive to test