org.vrspace.server.command
Class env

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

public class env
extends java.lang.Object
implements Command

Jump to the specified VRObject which implements HasTransform.
env - returns all properties.
env property - returns given property.
env property=value - sets given property to value.


Constructor Summary
env()
           
 
Method Summary
 void exec(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(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 Command
Throws:
java.lang.Exception