org.vrspace.server.command.Administrator
Class setAll

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

public class setAll
extends java.lang.Object
implements Command

Syntax: setAll className destField srcField
For all members of className, sets field destField to value of srcField.
If fields are not of the same class, destField must have constructor which takes class of srcField as a parameter.
Intended for migration.


Constructor Summary
setAll()
           
 
Method Summary
 void exec(Request r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

setAll

public setAll()
Method Detail

exec

public void exec(Request r)
          throws java.lang.Exception
Specified by:
exec in interface Command
Throws:
java.lang.Exception