edu.wisc.ssec.mcidasv.util
Class GetSystemInformation
java.lang.Object
edu.wisc.ssec.mcidasv.util.GetSystemInformation
public class GetSystemInformation
- extends Object
Simple wrapper around GetVer
and GetMem
. Used to reduce number
of Java invocations at McIDAS-V runtime.
Method Summary |
static void |
main(String[] args)
Determines the amount of system memory and the current McIDAS-V version and
prints out the result. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetSystemInformation
public GetSystemInformation()
main
public static void main(String[] args)
- Determines the amount of system memory and the current McIDAS-V version and
prints out the result. The string is formatted like so:
MEMORYHERE McIDAS-V version VERSIONHERE built BUILDDATEHERE
- Parameters:
args
- Ignored.