Record Class JarCommand

java.lang.Object
java.lang.Record
com.github.sormuras.bach.command.JarCommand
Record Components:
mode - The main operation mode like --create, --list, or --update.
file - Specifies the archive file name.
main - Specifies the entry point for standalone applications bundled into a JAR file.
verbose - Sends or prints verbose output to standard output.
additionals - Aggregates additional command-line arguments.
files - Specifies the classes and resources to operate on.
All Implemented Interfaces:
Command<JarCommand>

The jar command creates an archive for classes and resources, and manipulates or restores individual classes or resources from an archive.
See Also: