Class EchoCommand
java.lang.Object
org.variantsync.studies.evolution.simulation.shell.ShellCommand
org.variantsync.studies.evolution.simulation.shell.EchoCommand
Represents a shell 'echo' command that can be executed using a ShellExecutor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.variantsync.studies.evolution.simulation.shell.ShellCommand
interpretResult
-
Constructor Details
-
EchoCommand
-
-
Method Details
-
parts
Description copied from class:ShellCommand
Return the String parts that define and configure the command execution (e.g., ["echo", "Hello World"])- Specified by:
parts
in classShellCommand
- Returns:
- the parts of the shell command.
-
toString
- Overrides:
toString
in classShellCommand
-