Class LinuxSystemCommandExecuterImpl
- java.lang.Object
-
- com.github.toolarium.system.command.impl.AbstractSystemCommandExecuterImpl
-
- com.github.toolarium.system.command.impl.UnixSystemCommandExecuterImpl
-
- com.github.toolarium.system.command.impl.LinuxSystemCommandExecuterImpl
-
- All Implemented Interfaces:
ISystemCommandExecuter
public class LinuxSystemCommandExecuterImpl extends UnixSystemCommandExecuterImpl
Implements a linux based system command executer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.toolarium.system.command.impl.AbstractSystemCommandExecuterImpl
AbstractSystemCommandExecuterImpl.PlatformDependentCommand
-
-
Constructor Summary
Constructors Constructor Description LinuxSystemCommandExecuterImpl(IProcessEnvironment processEnvironment, ISystemCommand systemCommand)
Constructor for LinuxSystemCommandExecuterImpl
-
Method Summary
-
Methods inherited from class com.github.toolarium.system.command.impl.UnixSystemCommandExecuterImpl
getShellCommand
-
Methods inherited from class com.github.toolarium.system.command.impl.AbstractSystemCommandExecuterImpl
createProcessBuilder, preparePlatformDependentCommandList, runAsynchronous, runSynchronous, runSynchronous, validateProcessEnvironment, validateSystemCommand
-
-
-
-
Constructor Detail
-
LinuxSystemCommandExecuterImpl
public LinuxSystemCommandExecuterImpl(IProcessEnvironment processEnvironment, ISystemCommand systemCommand)
Constructor for LinuxSystemCommandExecuterImpl- Parameters:
processEnvironment
- the process environmentsystemCommand
- the system command
-
-