Package edu.uiuc.ncsa.sas.example
Class EchoExecutable
- java.lang.Object
- 
- edu.uiuc.ncsa.sas.example.EchoExecutable
 
- 
- All Implemented Interfaces:
- Executable
 
 public class EchoExecutable extends Object implements Executable Really simple implementation of anExecutable. This handles the execute and invoke actions. They both just echo back whatever the user types.Created by Jeff Gaynor 
 on 4/27/23 at 9:56 AM
- 
- 
Constructor SummaryConstructors Constructor Description EchoExecutable()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Responseexecute(Action action)IOInterfacegetIO()voidsetIO(IOInterface io)
 
- 
- 
- 
Method Detail- 
executepublic Response execute(Action action) - Specified by:
- executein interface- Executable
 
 - 
getIOpublic IOInterface getIO() - Specified by:
- getIOin interface- Executable
 
 - 
setIOpublic void setIO(IOInterface io) - Specified by:
- setIOin interface- Executable
 
 
- 
 
-