de.janrufmonitor.framework.command
Class AbstractConsoleCommand

java.lang.Object
  extended by de.janrufmonitor.framework.command.AbstractCommand
      extended by de.janrufmonitor.framework.command.AbstractConsoleCommand
All Implemented Interfaces:
ICommand, IConsoleCommand

public abstract class AbstractConsoleCommand
extends AbstractCommand
implements IConsoleCommand

This class is an abstract implementation of a console command.

Author:
Thilo Brandt

Field Summary
 
Fields inherited from class de.janrufmonitor.framework.command.AbstractCommand
m_i18n, m_language, m_logger
 
Constructor Summary
AbstractConsoleCommand()
           
 
Method Summary
 String[] getExecuteParams()
          Gets the execute parameters.
 void setExecuteParams(String[] args)
          Sets the execute parameters.
 
Methods inherited from class de.janrufmonitor.framework.command.AbstractCommand
getLabel, getNamespace, getParameters, getRuntime, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.janrufmonitor.framework.command.ICommand
execute, getID, getLabel, getParameters, isExecutable, isExecuting, setParameters
 

Constructor Detail

AbstractConsoleCommand

public AbstractConsoleCommand()
Method Detail

setExecuteParams

public void setExecuteParams(String[] args)
Description copied from interface: IConsoleCommand
Sets the execute parameters.

Specified by:
setExecuteParams in interface IConsoleCommand
Parameters:
args - execute parameters

getExecuteParams

public String[] getExecuteParams()
Description copied from interface: IConsoleCommand
Gets the execute parameters.

Specified by:
getExecuteParams in interface IConsoleCommand
Returns:
array with parameters


Copyright © 2010 by Thilo Brandt. All Rights Reserved.