Uses of Interface
org.codehaus.cargo.module.JarArchive
-
Packages that use JarArchive Package Description org.codehaus.cargo.module org.codehaus.cargo.module.application org.codehaus.cargo.module.ejb org.codehaus.cargo.module.webapp org.codehaus.cargo.module.webapp.merge -
-
Uses of JarArchive in org.codehaus.cargo.module
Subinterfaces of JarArchive in org.codehaus.cargo.module Modifier and Type Interface Description interface
JarArchiveUpdateable
Marker interface for a Jar archive that can be updated in-place.Classes in org.codehaus.cargo.module that implement JarArchive Modifier and Type Class Description class
DefaultJarArchive
Provide convenient methods to read information from a Jar archive.Methods in org.codehaus.cargo.module that return JarArchive Modifier and Type Method Description static JarArchive
JarArchiveIo. open(File f)
Open a jar archive.static JarArchive
JarArchiveIo. open(InputStream is)
Open a jar archive.static JarArchive
JarArchiveIo. open(String file)
Open a jar archive. -
Uses of JarArchive in org.codehaus.cargo.module.application
Subinterfaces of JarArchive in org.codehaus.cargo.module.application Modifier and Type Interface Description interface
EarArchive
Class that encapsulates access to an EAR.Classes in org.codehaus.cargo.module.application that implement JarArchive Modifier and Type Class Description class
DefaultEarArchive
Encapsulates access to an EAR. -
Uses of JarArchive in org.codehaus.cargo.module.ejb
Subinterfaces of JarArchive in org.codehaus.cargo.module.ejb Modifier and Type Interface Description interface
EjbArchive
Class that encapsulates access to an EJB JAR.Classes in org.codehaus.cargo.module.ejb that implement JarArchive Modifier and Type Class Description class
DefaultEjbArchive
Class that encapsulates access to an EJB JAR. -
Uses of JarArchive in org.codehaus.cargo.module.webapp
Subinterfaces of JarArchive in org.codehaus.cargo.module.webapp Modifier and Type Interface Description interface
WarArchive
Encapsulates access to a WAR.Classes in org.codehaus.cargo.module.webapp that implement JarArchive Modifier and Type Class Description class
DefaultWarArchive
Class that encapsulates access to a WAR. -
Uses of JarArchive in org.codehaus.cargo.module.webapp.merge
Classes in org.codehaus.cargo.module.webapp.merge that implement JarArchive Modifier and Type Class Description class
MergedWarArchive
Subclass representing the merged WAR file.
-