public class CommandLineDescriptor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
available |
protected String |
command |
protected boolean |
enabled |
protected String |
installationDirective |
protected String |
installErrorMessage |
protected String |
name |
protected String |
parameterString |
protected boolean |
readOutput |
protected String |
tester |
protected String |
testParameterString |
protected String |
winCommand |
protected String |
winParameterString |
protected String |
winTestParameterString |
Constructor and Description |
---|
CommandLineDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
String |
getExecutor() |
String |
getInstallationDirective() |
String |
getInstallErrorMessage() |
String |
getName() |
String |
getParametersString() |
boolean |
getReadOutput() |
String |
getTester() |
String |
getTestParametersString() |
boolean |
isAvailable() |
boolean |
isEnabled() |
void |
setAvailable(boolean available) |
void |
setInstallErrorMessage(String installErrorMessage) |
String |
toString() |
protected boolean enabled
protected boolean available
protected String parameterString
protected String testParameterString
protected String winParameterString
protected String winTestParameterString
protected String winCommand
protected boolean readOutput
protected String installationDirective
protected String installErrorMessage
public CommandLineDescriptor()
public String getInstallErrorMessage()
public void setInstallErrorMessage(String installErrorMessage)
public boolean isEnabled()
public String getCommand()
public String getInstallationDirective()
public boolean isAvailable()
public void setAvailable(boolean available)
public boolean getReadOutput()
public String getParametersString()
public String getTestParametersString()
public String getExecutor()
Copyright © 2018 Nuxeo. All rights reserved.