| java.lang.Object jimm.datavision.info
info | public class info (Code) | | This class is a holder of version and copyright information.
author: Jim Menard, jimm@io.com |
Method Summary | |
public static void | main(String[] args) usage: info [-v] [-c] [-u] [-n]
Prints version (-v), copyright (-c), and/or URL (-u). |
VERSION_MAJOR | final public static int VERSION_MAJOR(Code) | | |
VERSION_MINOR | final public static int VERSION_MINOR(Code) | | |
VERSION_TWEAK | final public static int VERSION_TWEAK(Code) | | |
main | public static void main(String[] args)(Code) | | 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.
|
|
|