Package org.pentaho.di.core.vfs
Class KettleVfsDelegatingResolver
- java.lang.Object
-
- org.pentaho.di.core.vfs.KettleVfsDelegatingResolver
-
- All Implemented Interfaces:
org.pentaho.vfs.ui.VfsResolver
public class KettleVfsDelegatingResolver extends Object implements org.pentaho.vfs.ui.VfsResolver
- Author:
- Andrey Khayrutdinov
-
-
Constructor Summary
Constructors Constructor Description KettleVfsDelegatingResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.vfs2.FileObject
resolveFile(String vfsUrl)
org.apache.commons.vfs2.FileObject
resolveFile(String vfsUrl, org.apache.commons.vfs2.FileSystemOptions fsOptions)
-
-
-
Method Detail
-
resolveFile
public org.apache.commons.vfs2.FileObject resolveFile(String vfsUrl)
- Specified by:
resolveFile
in interfaceorg.pentaho.vfs.ui.VfsResolver
-
resolveFile
public org.apache.commons.vfs2.FileObject resolveFile(String vfsUrl, org.apache.commons.vfs2.FileSystemOptions fsOptions)
- Specified by:
resolveFile
in interfaceorg.pentaho.vfs.ui.VfsResolver
-
-