FileDocCategorySizeDatePackage
AppVerifyInterface.javaAPI DocGlassfish v2 API3972Fri May 04 22:35:58 BST 2007com.sun.enterprise.tools.verifier

AppVerifyInterface

public interface AppVerifyInterface
The Verifier Interface for use by the Appserver Deployment Backend

Fields Summary
Constructors Summary
Methods Summary
public VerifierResultsverifyEar(com.sun.enterprise.deployment.Application application, com.sun.enterprise.deployment.deploy.shared.AbstractArchive fileArchive, java.lang.String outputDir, java.lang.ClassLoader cl)
Verify an Application Archive (.ear).

param
application, the application descriptor
param
fileArchive, the Abstract archive representing the EAR
param
outputDir, the directory to which the verifier output should be written , this argument is optional and the user can choose to pass NULL. If this argument is NULL, the result would go to the verifier default output directory "/var/tmp/verifier-results".
param
cl, an initialized ClassLoader which verifier can use to load classes from the exploded Archive.
return
the ResultReport, the result

public VerifierResultsverifyStdAloneArchive(com.sun.enterprise.deployment.RootDeploymentDescriptor desc, com.sun.enterprise.deployment.deploy.shared.AbstractArchive fileArchive, java.lang.String outputDir, java.lang.ClassLoader cl)
Verify StandAlone Archive (.war/rar/jar).

param
application, the descriptor
param
fileArchive, the Abstract archive representing the EAR
param
outputDir, the directory to which the verifier output should be written , this argument is optional and the user can choose to pass NULL. If this argument is NULL, the result would go to the verifier default output directory "/var/tmp/verifier-results".
param
cl, an initialized ClassLoader which verifier can use to load classes from the exploded Archive.
return
the ResultReport, the result