java.lang.Object
org.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 |
env
public env()
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