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 ConnectionManagerConnectionManager.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.FileSystemOptionsVFSHelper.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 BowlConnectionFileProvider.getBowl(org.apache.commons.vfs2.FileSystemOptions fileSystemOptions) protected BowlConnectionFileSystem.getBowl()Methods in org.pentaho.di.connections.vfs.provider with parameters of type BowlModifier and TypeMethodDescriptionprotected ConnectionManagerConnectionFileProvider.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 FileInputListFileInputList.createFileList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] fileRequired, boolean[] includeSubdirs) static FileInputListFileInputList.createFileList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired) static FileInputListFileInputList.createFileList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs) static FileInputListFileInputList.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 FileInputListFileInputList.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 IKettleVFSKettleVFS.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 BowlIKettleFileSystemConfigBuilder.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