Attributes
- Companion
- object
- Source
- JarOps.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object JarOps
Members list
Value members
Concrete methods
Create a JAR file with default inflation level.
Create a JAR file with default inflation level.
Value parameters
- fileFilter
-
A filter to support exclusions of selected files
- includeDirs
-
If
true
the JAR archive will contain directory entries. According to the ZIP specification, directory entries are not required. In the Java ecosystem, most JARs have directory entries, so including them may reduce compatibility issues. Directory entry names will result with a trailing/
. - inputPaths
-
The input paths resembling the content of the JAR file. Files will be directly included in the root of the archive, whereas for directories their content is added to the root of the archive.
- jar
-
The final JAR file
- manifest
-
The JAR Manifest
- timestamp
-
If specified, this timestamp is used as modification timestamp (mtime) for all entries in the JAR file. Having a stable timestamp may result in reproducible files, if all other content, including the JAR Manifest, keep stable.
Attributes
- Source
- JarOps.scala
Create a JAR file with default inflation level.
Create a JAR file with default inflation level.
Value parameters
- fileFilter
-
A filter to support exclusions of selected files
- includeDirs
-
If
true
the JAR archive will contain directory entries. According to the ZIP specification, directory entries are not required. In the Java ecosystem, most JARs have directory entries, so including them may reduce compatibility issues. Directory entry names will result with a trailing/
. - inputPaths
-
The input paths resembling the content of the JAR file. Files will be directly included in the root of the archive, whereas for directories their content is added to the root of the archive.
- jar
-
The final JAR file
- manifest
-
The JAR Manifest
- timestamp
-
If specified, this timestamp is used as modification timestamp (mtime) for all entries in the JAR file. Having a stable timestamp may result in reproducible files, if all other content, including the JAR Manifest, keep stable.
Attributes
- Source
- JarOps.scala