Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.vrspace.server.command
Class env  view env download env.java

java.lang.Object
  extended byorg.vrspace.server.command.env
All Implemented Interfaces:
org.vrspace.server.Command

public class env
extends java.lang.Object
implements org.vrspace.server.Command

Set/get environment variables.
env with no arguments returns all properties.
env name returns value for the specified property.
env name = value sets the property. Admin command.


Constructor Summary
env()
           
 
Method Summary
 void exec(org.vrspace.server.Request r)
          eventValue: null -> returns all properties property -> returns the property value property=value -> sets the property (Admin command)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

env

public env()
Method Detail

exec

public void exec(org.vrspace.server.Request r)
          throws java.lang.Exception
eventValue: null -> returns all properties property -> returns the property value property=value -> sets the property (Admin command)

Specified by:
exec in interface org.vrspace.server.Command