freaklamarsch.util
Class FLMSystemUtil

java.lang.Object
  |
  +--freaklamarsch.util.FLMSystemUtil

public class FLMSystemUtil
extends java.lang.Object

Utility to get soem information about the system.

Author:
FReAK La Marsch

Constructor Summary
FLMSystemUtil()
           
 
Method Summary
static int activeThreadsCount()
           
static boolean canExec()
          Checks if the System supports the Runtime.exec() command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FLMSystemUtil

public FLMSystemUtil()
Method Detail

canExec

public static boolean canExec()
Checks if the System supports the Runtime.exec() command


activeThreadsCount

public static int activeThreadsCount()