org.pentaho.platform.api.engine
Interface IFileInfoGenerator

All Known Implementing Classes:
ActionSequenceFileInfo

public interface IFileInfoGenerator


Nested Class Summary
static class IFileInfoGenerator.ContentType
           
 
Method Summary
 IFileInfoGenerator.ContentType getContentType()
           
 IFileInfo getFileInfo(String solution, String path, String filename, byte[] bytes)
           
 IFileInfo getFileInfo(String solution, String path, String filename, InputStream in)
           
 IFileInfo getFileInfo(String solution, String path, String filename, String str)
           
 void setLogger(ILogger logger)
           
 

Method Detail

setLogger

void setLogger(ILogger logger)

getContentType

IFileInfoGenerator.ContentType getContentType()

getFileInfo

IFileInfo getFileInfo(String solution,
                      String path,
                      String filename,
                      InputStream in)

getFileInfo

IFileInfo getFileInfo(String solution,
                      String path,
                      String filename,
                      byte[] bytes)

getFileInfo

IFileInfo getFileInfo(String solution,
                      String path,
                      String filename,
                      String str)