ro.polak.utilities
Class Sys

java.lang.Object
  extended by ro.polak.utilities.Sys

public class Sys
extends java.lang.Object

System access class, experimental

Java Little Web Server Homepage

Version:
1.0/21.02.2008
Author:
Piotr Polak www.polak.ro

Constructor Summary
Sys()
           
 
Method Summary
static java.lang.String exec(java.lang.String command)
          Executes a command and returns the result as String
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sys

public Sys()
Method Detail

exec

public static java.lang.String exec(java.lang.String command)
Executes a command and returns the result as String

Parameters:
command - command string
Returns:
result of the command