Package org.pentaho.di.connections.vfs
Class VFSHelper
java.lang.Object
org.pentaho.di.connections.vfs.VFSHelper
Created by bmorrise on 2/13/19.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.commons.vfs2.FileSystemOptions
getOpts
(String file, String connection, VariableSpace space) Deprecated., use the version with the Bowlstatic org.apache.commons.vfs2.FileSystemOptions
getOpts
(Bowl bowl, String file, String connection, VariableSpace space)
-
Constructor Details
-
VFSHelper
public VFSHelper()
-
-
Method Details
-
getOpts
@Deprecated public static org.apache.commons.vfs2.FileSystemOptions getOpts(String file, String connection, VariableSpace space) Deprecated., use the version with the Bowl -
getOpts
public static org.apache.commons.vfs2.FileSystemOptions getOpts(Bowl bowl, String file, String connection, VariableSpace space) throws org.pentaho.metastore.api.exceptions.MetaStoreException - Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-