de.janrufmonitor.framework.command
Class AbstractConsoleCommand
java.lang.Object
de.janrufmonitor.framework.command.AbstractCommand
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConsoleCommand
public AbstractConsoleCommand()
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.