Package org.opentestfactory.utils.shell
Class PosixPlatform
java.lang.Object
org.opentestfactory.utils.shell.Platform
org.opentestfactory.utils.shell.PosixPlatform
Platform used fully POSIX complient platforms.- Author:
- edegenetais
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringchangeIntoInSHellCommand(String localCommand) protected booleanneedsShellOnPlatform(String command) protected StringprepareStatement(String query) Methods inherited from class org.opentestfactory.utils.shell.Platform
addShellSpawnCommandIfNeeded, addStatementFromLine, getLocalPlatform, isMultistatement
-
Constructor Details
-
PosixPlatform
public PosixPlatform()
-
-
Method Details
-
getPlatformStatementSeparator
- Specified by:
getPlatformStatementSeparatorin classPlatform
-
changeIntoInSHellCommand
- Specified by:
changeIntoInSHellCommandin classPlatform
-
prepareStatement
- Specified by:
prepareStatementin classPlatform
-
needsShellOnPlatform
- Specified by:
needsShellOnPlatformin classPlatform
-