Class LinuxSystemCommandExecuterImpl
- java.lang.Object
-
- com.github.toolarium.system.command.executer.impl.AbstractSystemCommandExecuterImpl
-
- com.github.toolarium.system.command.executer.impl.UnixSystemCommandExecuterImpl
-
- com.github.toolarium.system.command.executer.impl.LinuxSystemCommandExecuterImpl
-
- All Implemented Interfaces:
ISystemCommandExecuter
,ISystemCommandExecuterPlatformSupport
public class LinuxSystemCommandExecuterImpl extends UnixSystemCommandExecuterImpl
Implements a linux based system command executer
-
-
Field Summary
-
Fields inherited from class com.github.toolarium.system.command.executer.impl.AbstractSystemCommandExecuterImpl
DEFAULT_POLL_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description LinuxSystemCommandExecuterImpl(ISystemCommandGroupList systemCommandGroupList)
Constructor for LinuxSystemCommandExecuterImpl
-
Method Summary
-
Methods inherited from class com.github.toolarium.system.command.executer.impl.UnixSystemCommandExecuterImpl
getCommandOnErrorEnd, getCommandOnErrorStart, getCommandOnSuccessEnd, getCommandOnSuccessStart, getEndOfLine, getEnvironmentAssignCommand, getEnvironmentAssignCommandEnd, getEnvironmentChangeDirectoryCommand, getEnvironmentSetCommand, getEnvironmentUnsetCommand, getNotExistEnvironmentVariableCommand, getScriptFileComment, getScriptFileExtension, getScriptFileFooter, getScriptFileHeader, getShellEndCommand, getShellStartCommand, getSudo
-
Methods inherited from class com.github.toolarium.system.command.executer.impl.AbstractSystemCommandExecuterImpl
getSystemCommandGroupList, prepareDuration, runAsynchronous, runAsynchronous, runAsynchronous, runAsynchronous, runAsynchronous, runSynchronous, runSynchronous, runSynchronous, writeToFile
-
-
-
-
Constructor Detail
-
LinuxSystemCommandExecuterImpl
public LinuxSystemCommandExecuterImpl(ISystemCommandGroupList systemCommandGroupList)
Constructor for LinuxSystemCommandExecuterImpl- Parameters:
systemCommandGroupList
- the system command group list
-
-