Package de.xima.fc.plugin.helper
Class UnpackedJarFile
java.lang.Object
de.xima.fc.plugin.helper.UnpackedJarFile
- All Implemented Interfaces:
Serializable
Represents a JAR file that was unpacked to the file system.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnpackedJarFile
(File classpathRoot, Manifest manifest, File manifestFile, boolean multirelease) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
UnpackedJarFile
-
-
Method Details
-
getClasspathRoot
- Returns:
- The directory corresponding to the root of the JAR classpath.
-
getManifest
- Returns:
- The parsed manifest of the JAR file.
-
getManifestFile
- Returns:
- The file with the
MANIFEST.MF
entry of the JAR file.
-
isMultirelease
public boolean isMultirelease()- Returns:
- Whether the unpacked JAR file was a multi-release JAR file.
-