Class OtherConnectionDetails
java.lang.Object
org.pentaho.di.connections.vfs.BaseVFSConnectionDetails
org.pentaho.di.connections.vfs.providers.other.OtherConnectionDetails
- All Implemented Interfaces:
ConnectionDetails
,VFSConnectionDetails
Created by bmorrise on 2/3/19.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()
getName()
getPort()
getSpace()
getType()
void
setDescription
(String description) void
void
void
setPassword
(String password) void
void
setProtocol
(String protocol) void
setSpace
(VariableSpace space) void
setUsername
(String username) Methods inherited from class org.pentaho.di.connections.vfs.BaseVFSConnectionDetails
fillProperties, getBaRoles, getProperties, getRootPath, isRootPathSupported, setRootPath
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.connections.ConnectionDetails
cloneDetails, closeDialog, openDialog
Methods inherited from interface org.pentaho.di.connections.vfs.VFSConnectionDetails
getDomain, hasBuckets, isRootPathRequired
-
Field Details
-
space
-
TYPE
- See Also:
-
-
Constructor Details
-
OtherConnectionDetails
public OtherConnectionDetails()
-
-
Method Details
-
getHost
-
setHost
-
getPort
-
setPort
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getName
-
setName
-
getType
-
getProtocol
-
setProtocol
-
getDescription
-
setDescription
-
getSpace
-
setSpace
-