Class Jar.Archive
java.lang.Object
com.sun.enterprise.module.common_impl.Jar
com.sun.enterprise.module.common_impl.Jar.Archive
- Enclosing class:
Jar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the base name of the jar.SeeJarFile.getManifest()
for the contract.void
loadMetadata
(ModuleMetadata result) Loads all META-INF/habitats entries and store them to the list.
-
Field Details
-
jar
-
file
-
-
Constructor Details
-
Archive
- Throws:
IOException
-
-
Method Details
-
getManifest
Description copied from class:Jar
SeeJarFile.getManifest()
for the contract.- Specified by:
getManifest
in classJar
- Throws:
IOException
-
loadMetadata
Description copied from class:Jar
Loads all META-INF/habitats entries and store them to the list.- Specified by:
loadMetadata
in classJar
-
getBaseName
Description copied from class:Jar
Gets the base name of the jar.For example, "bar" for "bar.jar".
- Specified by:
getBaseName
in classJar
-