edu.wisc.ssec.mcidasv.util
Class GetSystemInformation

java.lang.Object
  extended by 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.


Constructor Summary
GetSystemInformation()
           
 
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
 

Constructor Detail

GetSystemInformation

public GetSystemInformation()
Method Detail

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.