public class JarInfo
extends java.lang.Object
Constructor and Description |
---|
JarInfo(java.lang.String cliJARFile,
java.lang.String cliProps,
java.lang.Boolean headless)
Constructor method for the manifest display.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
This can be used for the application be executed standalone.
|
public JarInfo(java.lang.String cliJARFile, java.lang.String cliProps, java.lang.Boolean headless)
cliJARFile
- Optional JAR file to process, classpath is analyzed otherwisecliProps
- Optional configuration how to display JAR contentsheadless
- Optional param to run application in headless modepublic static void main(java.lang.String[] args)
Supported arguments:
-jarfile [file]
Optional JAR file to process, classpath is analyzed otherwise-props [file]
Optional configuration how to display JAR contents-headless
Optional flag to run application in headless modeargs
- Command line arguments
Copyright © 2005-2024 Leisenfels GmbH. All rights reserved.