Package org.pentaho.di.connections.vfs
Interface VFSConnectionDetails
-
- All Superinterfaces:
ConnectionDetails
- All Known Implementing Classes:
OtherConnectionDetails
public interface VFSConnectionDetails extends ConnectionDetails
Created by bmorrise on 2/13/19.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getDomain()
Allow for returning of domain for non-bucket vfs connections-
Methods inherited from interface org.pentaho.di.connections.ConnectionDetails
closeDialog, getDescription, getName, getProperties, getSpace, getType, openDialog, setDescription, setName, setSpace
-
-
-
-
Method Detail
-
getDomain
default String getDomain()
Allow for returning of domain for non-bucket vfs connections
-
-