Class CpCommand
java.lang.Object
org.variantsync.studies.evolution.simulation.shell.ShellCommand
org.variantsync.studies.evolution.simulation.shell.CpCommand
Represent a shell 'cp' command that can be executed using the ShellExecutor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.variantsync.studies.evolution.simulation.shell.ShellCommand
interpretResult, toString
-
Constructor Details
-
CpCommand
-
-
Method Details
-
recursive
copy directories recursively- Returns:
- this command
-
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.
-