org.edg.data.reptor.client
Class CommandRegisterFile

java.lang.Object
  |
  +--org.edg.data.util.CommandBase
        |
        +--org.edg.data.reptor.client.CommandRegisterFile
All Implemented Interfaces:
org.edg.data.util.Command

public class CommandRegisterFile
extends org.edg.data.util.CommandBase

The implementation of the registerFile functionality. This is deprecated.

Version:
$Id: CommandRegisterFile.java,v 1.10 2003/06/13 17:42:37 mccance Exp $
Author:
Peter Kunszt, Heinz Stockinger

Field Summary
static java.lang.String SURL
           
 
Constructor Summary
CommandRegisterFile(java.lang.String programName, java.lang.String commandName, java.lang.String[] commandOpts)
           
 
Method Summary
 boolean execute()
           
protected  void init()
          initialize command line arguments
 
Methods inherited from class org.edg.data.util.CommandBase
addArgument, addOption, description, getArgument, getBoolOption, getCommandLine, getCommandName, getConfigFile, getOptions, getProgramName, getStringOption, getTimingFile, getVO, isSecure, isTiming, isVerbose, printHelp, setOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SURL

public static final java.lang.String SURL
See Also:
Constant Field Values
Constructor Detail

CommandRegisterFile

public CommandRegisterFile(java.lang.String programName,
                           java.lang.String commandName,
                           java.lang.String[] commandOpts)
                    throws org.edg.data.util.CommandLineException,
                           ReptorException
Method Detail

init

protected void init()
initialize command line arguments

Specified by:
init in class org.edg.data.util.CommandBase

execute

public boolean execute()
                throws org.edg.data.util.DataException
Specified by:
execute in interface org.edg.data.util.Command
Specified by:
execute in class org.edg.data.util.CommandBase
org.edg.data.util.DataException