public class PreviewOverthereConnection
extends com.xebialabs.overthere.spi.BaseOverthereConnection
implements com.xebialabs.overthere.spi.OverthereConnectionBuilder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREVIEW_PROTOCOL |
canStartProcess, connectionTimeoutMillis, deleteTemporaryDirectoryOnDisconnect, mapper, options, os, protocol, random, socketTimeoutMillis, streamBufferSize, temporaryDirectoryPath, temporaryFileCreationRetries, temporaryFileHolderDirectories, temporaryFileHolderDirectoryNamePrefix, temporaryFileHolderDirectoryNameSuffix, workingDirectory| Constructor and Description |
|---|
PreviewOverthereConnection(java.lang.String protocol,
com.xebialabs.overthere.ConnectionOptions options,
com.xebialabs.overthere.spi.AddressPortMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.overthere.OverthereConnection |
connect() |
protected void |
doClose() |
com.xebialabs.overthere.OverthereFile |
getFile(com.xebialabs.overthere.OverthereFile parent,
java.lang.String child) |
com.xebialabs.overthere.OverthereFile |
getFile(java.lang.String hostPath) |
protected com.xebialabs.overthere.OverthereFile |
getFileForTempFile(com.xebialabs.overthere.OverthereFile parent,
java.lang.String name) |
static com.xebialabs.overthere.OverthereConnection |
getPreviewConnection() |
java.lang.String |
toString() |
public static final java.lang.String PREVIEW_PROTOCOL
public PreviewOverthereConnection(java.lang.String protocol,
com.xebialabs.overthere.ConnectionOptions options,
com.xebialabs.overthere.spi.AddressPortMapper mapper)
public com.xebialabs.overthere.OverthereConnection connect()
connect in interface com.xebialabs.overthere.spi.OverthereConnectionBuilderprotected void doClose()
doClose in class com.xebialabs.overthere.spi.BaseOverthereConnectionpublic com.xebialabs.overthere.OverthereFile getFile(java.lang.String hostPath)
getFile in interface com.xebialabs.overthere.OverthereConnectionpublic com.xebialabs.overthere.OverthereFile getFile(com.xebialabs.overthere.OverthereFile parent,
java.lang.String child)
getFile in interface com.xebialabs.overthere.OverthereConnectionprotected com.xebialabs.overthere.OverthereFile getFileForTempFile(com.xebialabs.overthere.OverthereFile parent,
java.lang.String name)
getFileForTempFile in class com.xebialabs.overthere.spi.BaseOverthereConnectionpublic java.lang.String toString()
toString in interface com.xebialabs.overthere.OverthereConnectiontoString in class com.xebialabs.overthere.spi.BaseOverthereConnectionpublic static com.xebialabs.overthere.OverthereConnection getPreviewConnection()