public class JarVersion
extends java.lang.Object
The command line arguments are the filename and an optional list of attribute pattern.
Example:
HQFramework.jar .*Version.*
This argument list lists all manifest entries where the keyword matches the .*Version.* pattern.
Constructor and Description |
---|
JarVersion() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
checkPattern(java.lang.String[] pattern,
java.lang.String value)
Check the pattern.
|
static void |
main(java.lang.String[] args)
The main entry.
|