org.pentaho.di.core.plugins
Class JarFileCache

java.lang.Object
  extended by org.pentaho.di.core.plugins.JarFileCache

public class JarFileCache
extends Object


Method Summary
 void addEntry(org.apache.commons.vfs.FileObject fileObject, org.scannotation.AnnotationDB annotationDb)
           
 void clear()
           
 org.scannotation.AnnotationDB getEntry(org.apache.commons.vfs.FileObject fileObject)
           
static JarFileCache getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JarFileCache getInstance()

addEntry

public void addEntry(org.apache.commons.vfs.FileObject fileObject,
                     org.scannotation.AnnotationDB annotationDb)

getEntry

public org.scannotation.AnnotationDB getEntry(org.apache.commons.vfs.FileObject fileObject)

clear

public void clear()