Class CommandLineDescriptor
java.lang.Object
org.nuxeo.ecm.platform.commandline.executor.service.CommandLineDescriptor
XMap descriptor for a CommandLine.
- Author:
- tiry
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
Returns the time limit for the commandboolean
boolean
void
setAvailable
(boolean available) void
setInstallErrorMessage
(String installErrorMessage) toString()
-
Field Details
-
name
-
enabled
protected boolean enabled -
available
protected boolean available -
command
-
parameterString
-
testParameterString
-
winParameterString
-
winTestParameterString
-
winCommand
-
tester
-
readOutput
protected boolean readOutput -
installationDirective
-
installErrorMessage
-
timeout
-
-
Constructor Details
-
CommandLineDescriptor
public CommandLineDescriptor()
-
-
Method Details
-
getInstallErrorMessage
-
setInstallErrorMessage
-
getName
-
isEnabled
public boolean isEnabled() -
getCommand
-
getInstallationDirective
-
getTester
-
isAvailable
public boolean isAvailable() -
setAvailable
public void setAvailable(boolean available) -
getReadOutput
public boolean getReadOutput() -
getParametersString
-
getTestParametersString
-
getExecutor
-
toString
-
getTimeout
Returns the time limit for the command- Since:
- 11.5
-