Uses of Interface
org.pentaho.di.core.bowl.Bowl
Package
Description
-
Uses of Bowl in org.pentaho.di.connections
Modifier and TypeMethodDescriptionConnectionManager.getBowl()
Gets the bowl of the connection manager.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected Bowl
ConnectionFileProvider.getBowl
(org.apache.commons.vfs2.FileSystemOptions fileSystemOptions) protected Bowl
ConnectionFileSystem.getBowl()
Modifier and TypeMethodDescriptionprotected ConnectionManager
ConnectionFileProvider.getDefaultManager
(Bowl bowl) -
Uses of Bowl in org.pentaho.di.core.bowl
-
Uses of Bowl in org.pentaho.di.core.fileinput
Modifier 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
Modifier 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