public class Command extends Object
Constructor and Description |
---|
Command(LauncherConstants.ProgramType type,
String fileName,
String filePath,
boolean debug) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
String |
getFilePath() |
int |
getPort() |
Process |
getProgram() |
String |
getScript() |
LauncherConstants.ProgramType |
getType() |
boolean |
isDebug() |
boolean |
isErrorOutputEnabled() |
void |
setDebug(boolean debug) |
void |
setErrorOutputEnabled(boolean errorOutputEnabled) |
void |
setFileName(String fileName) |
void |
setFilePath(String filePath) |
void |
setPort(int port) |
void |
setProgram(Process program) |
void |
setType(LauncherConstants.ProgramType type) |
String |
toString() |
public Command(LauncherConstants.ProgramType type, String fileName, String filePath, boolean debug)
public String getFileName()
public void setFileName(String fileName)
public String getFilePath()
public void setFilePath(String filePath)
public boolean isDebug()
public void setDebug(boolean debug)
public LauncherConstants.ProgramType getType()
public void setType(LauncherConstants.ProgramType type)
public int getPort()
public void setPort(int port)
public String getScript()
public void setProgram(Process program)
public Process getProgram()
public boolean isErrorOutputEnabled()
public void setErrorOutputEnabled(boolean errorOutputEnabled)
Copyright © 2017 WSO2. All rights reserved.