Uses of Interface
org.pentaho.di.core.bowl.Bowl
Packages that use Bowl
Package
Description
-
Uses of Bowl in org.pentaho.di.connections
Methods in org.pentaho.di.connections that return BowlModifier and TypeMethodDescriptionConnectionManager.getBowl()
Gets the bowl of the connection manager.Methods in org.pentaho.di.connections with parameters of type BowlModifier and TypeMethodDescriptionstatic ConnectionManager
ConnectionManager.getInstance
(Supplier<org.pentaho.metastore.api.IMetaStore> metaStoreSupplier, Bowl bowl) Construct a new instance of a ConnectionManager associated with a given meta-store and bowl. -
Uses of Bowl in org.pentaho.di.connections.vfs
Methods in org.pentaho.di.connections.vfs with parameters of type BowlModifier and TypeMethodDescriptionstatic org.apache.commons.vfs2.FileSystemOptions
VFSHelper.getOpts
(Bowl bowl, String file, String connection, VariableSpace space) -
Uses of Bowl in org.pentaho.di.connections.vfs.provider
Methods in org.pentaho.di.connections.vfs.provider that return BowlModifier and TypeMethodDescriptionprotected Bowl
ConnectionFileProvider.getBowl
(org.apache.commons.vfs2.FileSystemOptions fileSystemOptions) protected Bowl
ConnectionFileSystem.getBowl()
Methods in org.pentaho.di.connections.vfs.provider with parameters of type BowlModifier and TypeMethodDescriptionprotected ConnectionManager
ConnectionFileProvider.getDefaultManager
(Bowl bowl) -
Uses of Bowl in org.pentaho.di.core.bowl
Classes in org.pentaho.di.core.bowl that implement BowlMethods in org.pentaho.di.core.bowl that return BowlMethods in org.pentaho.di.core.bowl with parameters of type Bowl -
Uses of Bowl in org.pentaho.di.core.fileinput
Methods in org.pentaho.di.core.fileinput with parameters of type BowlModifier and TypeMethodDescriptionstatic FileInputList
FileInputList.createFileList
(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] fileRequired, boolean[] includeSubdirs) static FileInputList
FileInputList.createFileList
(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired) static FileInputList
FileInputList.createFileList
(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs) static FileInputList
FileInputList.createFileList
(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs, FileInputList.FileTypeFilter[] fileTypeFilters) static String[]
FileInputList.createFilePathList
(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] fileRequired) static String[]
FileInputList.createFilePathList
(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired) static String[]
FileInputList.createFilePathList
(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs) static String[]
FileInputList.createFilePathList
(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs, FileInputList.FileTypeFilter[] filters) static FileInputList
FileInputList.createFolderList
(Bowl bowl, VariableSpace space, String[] folderName, String[] folderRequired) -
Uses of Bowl in org.pentaho.di.core.vfs
Methods in org.pentaho.di.core.vfs with parameters of type BowlModifier and TypeMethodDescriptionstatic IKettleVFS
KettleVFS.getInstance
(Bowl bowl) Gets a handle on an IKettleVFS for a particular Bowl. -
Uses of Bowl in org.pentaho.di.core.vfs.configuration
Methods in org.pentaho.di.core.vfs.configuration that return BowlModifier and TypeMethodDescriptiondefault Bowl
IKettleFileSystemConfigBuilder.getBowl
(org.apache.commons.vfs2.FileSystemOptions opts) KettleGenericFileSystemConfigBuilder.getBowl
(org.apache.commons.vfs2.FileSystemOptions opts) Methods in org.pentaho.di.core.vfs.configuration with parameters of type Bowl