org.edg.data.util
Interface Command

All Known Implementing Classes:
CommandBase

public interface Command

The interface to each command line client call.

Version:
$Id: Command.java,v 1.6 2003/06/23 16:02:00 pkunszt Exp $
Author:
Peter Kunszt

Method Summary
 boolean execute()
          Execute the command.
 java.lang.String getConfigFile()
           
 java.lang.String getVO()
           
 boolean isSecure()
           
 boolean isVerbose()
           
 void printHelp()
           
 

Method Detail

execute

public boolean execute()
                throws CommandLineException,
                       DataException
Execute the command.

Throws:
CommandLineException - if the command fails for some reason
DataException

printHelp

public void printHelp()

isVerbose

public boolean isVerbose()

isSecure

public boolean isSecure()

getVO

public java.lang.String getVO()

getConfigFile

public java.lang.String getConfigFile()