Uses of Interface
org.pentaho.di.connections.vfs.VFSConnectionDetails
Packages that use VFSConnectionDetails
-
Uses of VFSConnectionDetails in org.pentaho.di.connections.vfs
Classes in org.pentaho.di.connections.vfs with type parameters of type VFSConnectionDetailsModifier and TypeClassDescriptionclassBaseVFSConnectionProvider<T extends VFSConnectionDetails>classinterfaceTheVFSConnectionFileNameTransformerinterface contains functionality for transforming file names between the PVFS and connection/provider namespaces.interfaceVFSConnectionProvider<T extends VFSConnectionDetails>Created by bmorrise on 2/3/19.Classes in org.pentaho.di.connections.vfs that implement VFSConnectionDetailsModifier and TypeClassDescriptionclassA class to put common fields for all types of VFS Connection Details to avoid code duplicationMethods in org.pentaho.di.connections.vfs with type parameters of type VFSConnectionDetailsModifier and TypeMethodDescription<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getExistingProvider(ConnectionManager manager, String key) Gets a VFS connection provider, given its key, and throwing an exception if one is not defined.<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getExistingProvider(ConnectionManager manager, T details) Gets a VFS provider, given the details of the VFS connection, and throwing an exception if one is not defined.<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getProvider(ConnectionManager manager, String key) Gets a VFS connection provider, given its key.<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getProvider(ConnectionManager manager, T details) Gets a VFS provider, given the details of the VFS connection.<T extends VFSConnectionDetails>
booleanVFSConnectionManagerHelper.test(ConnectionManager manager, T details, VFSConnectionTestOptions options) Tests if a VFS connection is valid, given its details, optionally, with certain testing options.Methods in org.pentaho.di.connections.vfs that return types with arguments of type VFSConnectionDetailsModifier and TypeMethodDescriptionVFSConnectionManagerHelper.getAllDetails(ConnectionManager manager) VFSConnectionManagerHelper.getProviders(ConnectionManager manager) Methods in org.pentaho.di.connections.vfs with parameters of type VFSConnectionDetailsModifier and TypeMethodDescriptionVFSConnectionManagerHelper.getConnectionRootFileName(VFSConnectionDetails details) VFSConnectionManagerHelper.getResolvedRootPath(VFSConnectionDetails details) Gets the resolved root path of a given connection.booleanVFSConnectionManagerHelper.usesBuckets(VFSConnectionDetails details) Indicates if a VFS connection, given its details, uses buckets in its current configuration. -
Uses of VFSConnectionDetails in org.pentaho.di.connections.vfs.providers.other
Classes in org.pentaho.di.connections.vfs.providers.other that implement VFSConnectionDetails