Package org.pentaho.di.core.plugins
Class JarFileCache
- java.lang.Object
-
- org.pentaho.di.core.plugins.JarFileCache
-
public class JarFileCache extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
org.scannotation.AnnotationDB
getAnnotationDB(org.apache.commons.vfs2.FileObject fileObject)
org.apache.commons.vfs2.FileObject[]
getFileObjects(PluginFolderInterface pluginFolderInterface)
static JarFileCache
getInstance()
-
-
-
Method Detail
-
getInstance
public static JarFileCache getInstance()
-
getAnnotationDB
public org.scannotation.AnnotationDB getAnnotationDB(org.apache.commons.vfs2.FileObject fileObject) throws IOException
- Throws:
IOException
-
getFileObjects
public org.apache.commons.vfs2.FileObject[] getFileObjects(PluginFolderInterface pluginFolderInterface) throws KettleFileException
- Throws:
KettleFileException
-
clear
public void clear()
-
-