jimm.datavision
Class info
java.lang.Object
jimm.datavision.info
public class info
- extends java.lang.Object
This class is a holder of version and copyright information.
- Author:
- Jim Menard, jimm@io.com
|
Constructor Summary |
info()
|
|
Method Summary |
static void |
main(java.lang.String[] args)
usage: info [-v] [-c] [-u] [-n]
Prints version (-v), copyright (-c), and/or URL (-u). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION_MAJOR
public static final int VERSION_MAJOR
- See Also:
- Constant Field Values
VERSION_MINOR
public static final int VERSION_MINOR
- See Also:
- Constant Field Values
VERSION_TWEAK
public static final int VERSION_TWEAK
- See Also:
- Constant Field Values
VERSION_SUFFIX
public static final java.lang.String VERSION_SUFFIX
- See Also:
- Constant Field Values
Version
public static final java.lang.String Version
- See Also:
- Constant Field Values
Copyright
public static final java.lang.String Copyright
- See Also:
- Constant Field Values
URL
public static final java.lang.String URL
- See Also:
- Constant Field Values
info
public info()
main
public static void main(java.lang.String[] args)
- usage: info [-v] [-c] [-u] [-n]
Prints version (-v), copyright (-c), and/or URL (-u). If -n is specified,
each is terminated with a newline. If it is not, no newline is output but
they are separated by spaces if more than one of -v, -c, or -u was also
specified.