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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getName()getPort()getSpace()getType()voidsetDescription(String description) voidvoidvoidsetPassword(String password) voidvoidsetProtocol(String protocol) voidsetSpace(VariableSpace space) voidsetUsername(String username) Methods inherited from class org.pentaho.di.connections.vfs.BaseVFSConnectionDetails
fillProperties, getBaRoles, getProperties, getRootPath, isRootPathSupported, setRootPathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.connections.ConnectionDetails
cloneDetails, closeDialog, openDialogMethods 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
-