public class Command extends Object
Constructor and Description |
---|
Command() |
Modifier and Type | Method and Description |
---|---|
Command |
addArgument(String argument) |
List<String> |
getArguments() |
String |
getGcrOutputFile() |
String |
getMaxMemory() |
Integer |
getOutputLineCapacity() |
boolean |
isGcrSkipIfMissing() |
boolean |
isGcrSkipIfOutputExists() |
Command |
setArguments(List<String> arguments) |
void |
setGcrOutputFile(String gcrOutputFile) |
void |
setGcrSkipIfMissing(boolean gcrSkipIfMissing) |
void |
setGcrSkipIfOutputExists(boolean gcrSkipIfOutputExists) |
Command |
setMaxMemory(String mem) |
void |
setOutputLineCapacity(Integer outputLineCapacity)
Set the number of lines of stdout and stderr to output
|
String |
toString() |
public String getMaxMemory()
public boolean isGcrSkipIfMissing()
public void setGcrSkipIfMissing(boolean gcrSkipIfMissing)
public boolean isGcrSkipIfOutputExists()
public void setGcrSkipIfOutputExists(boolean gcrSkipIfOutputExists)
public String getGcrOutputFile()
public void setGcrOutputFile(String gcrOutputFile)
public Integer getOutputLineCapacity()
public void setOutputLineCapacity(Integer outputLineCapacity)
outputLineCapacity
- the outputLineCapacity to setCopyright © 2015 SeqWare. All rights reserved.