de.janrufmonitor.framework.command
Interface IConsoleCommand

All Superinterfaces:
ICommand
All Known Implementing Classes:
AbstractConsoleCommand

public interface IConsoleCommand
extends ICommand

This interface must be implemented by a console command component. A command is an executable unit within the framework. This command allows to specify some execute parameters.

Author:
Thilo Brandt

Method Summary
 String[] getExecuteParams()
          Gets the execute parameters.
 void setExecuteParams(String[] args)
          Sets the execute parameters.
 
Methods inherited from interface de.janrufmonitor.framework.command.ICommand
execute, getID, getLabel, getParameters, isExecutable, isExecuting, setParameters
 

Method Detail

setExecuteParams

void setExecuteParams(String[] args)
Sets the execute parameters.

Parameters:
args - execute parameters

getExecuteParams

String[] getExecuteParams()
Gets the execute parameters.

Returns:
array with parameters


Copyright © 2010 by Thilo Brandt. All Rights Reserved.