Uses of Interface
org.pentaho.platform.api.engine.IFileInfo

Packages that use IFileInfo
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.solution   
org.pentaho.platform.engine.services.solution   
 

Uses of IFileInfo in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IFileInfo
 IFileInfo IFileInfoGenerator.getFileInfo(String solution, String path, String filename, byte[] bytes)
           
 IFileInfo IFileInfoGenerator.getFileInfo(String solution, String path, String filename, InputStream in)
           
 IFileInfo IFileInfoGenerator.getFileInfo(String solution, String path, String filename, String str)
           
 

Uses of IFileInfo in org.pentaho.platform.engine.core.solution
 

Classes in org.pentaho.platform.engine.core.solution that implement IFileInfo
 class FileInfo
           
 

Uses of IFileInfo in org.pentaho.platform.engine.services.solution
 

Methods in org.pentaho.platform.engine.services.solution that return IFileInfo
 IFileInfo ActionSequenceFileInfo.getFileInfo(String solution, String path, String filename, byte[] bytes)
           
 IFileInfo ActionSequenceFileInfo.getFileInfo(String solution, String path, String filename, InputStream in)
           
 IFileInfo ActionSequenceFileInfo.getFileInfo(String solution, String path, String filename, String str)