java.lang.Object
de.grogra.api.XLinLineRunner
- All Implemented Interfaces:
ItemVisitor
,Command
,Runnable
-
Field Details
-
SHELL_PACKAGE
- See Also:
-
SHELL_CLASS
- See Also:
-
-
Method Details
-
visit
- Specified by:
visit
in interfaceItemVisitor
-
getCommandName
Description copied from interface:Command
Returns a name which can be used in the graphical user interface to represent this command.- Specified by:
getCommandName
in interfaceCommand
- Returns:
- this commands's name
-
run
Description copied from interface:Command
Performs the actions of this command. This method is invoked by theJobManager
after the command has been submitted to the job manager by one ofexecute
,runAt
, orrunLater
-methods. The argumentsinfo
andcontext
are the arguments which have been provided as arguments to theJobManager
-methods. -
run
public void run()
-