futils
Class Exec

java.lang.Object
  |
  +--futils.Exec

public class Exec
extends java.lang.Object


Constructor Summary
Exec()
           
 
Method Summary
 long getFreeRam()
           
 int getFreeRatioPercent()
           
 java.lang.String getPrintRamString()
           
 long getTotalRam()
           
static void main(java.lang.String[] args)
           
 void printRam()
           
 void run(java.lang.String s)
           
 void setInstructionTrace(boolean t)
           
 void setMethodTrace(boolean t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec

public Exec()
Method Detail

getFreeRam

public long getFreeRam()

getFreeRatioPercent

public int getFreeRatioPercent()

getPrintRamString

public java.lang.String getPrintRamString()

getTotalRam

public long getTotalRam()

main

public static void main(java.lang.String[] args)

printRam

public void printRam()

run

public void run(java.lang.String s)

setInstructionTrace

public void setInstructionTrace(boolean t)

setMethodTrace

public void setMethodTrace(boolean t)