org.pentaho.platform.api.engine
Interface IFileInfoGenerator

All Known Subinterfaces:
ISolutionFileMetaProvider
All Known Implementing Classes:
ActionSequenceFileInfo, EchoContentTypeMetaProvider, GEchoContentTypeMetaProvider, SolutionFileMetaAdapter

Deprecated.

public interface IFileInfoGenerator

WARNING: this class will be removed in an upcoming release. Please implement ISolutionFileMetaProvider instead.


Nested Class Summary
static class IFileInfoGenerator.ContentType
          Deprecated. 
 
Method Summary
 IFileInfoGenerator.ContentType getContentType()
          Deprecated. 
 IFileInfo getFileInfo(String solution, String path, String filename, Document in)
          Deprecated. 
 IFileInfo getFileInfo(String solution, String path, String filename, InputStream in)
          Deprecated. 
 void setLogger(ILogger logger)
          Deprecated. 
 

Method Detail

setLogger

@Deprecated
void setLogger(ILogger logger)
Deprecated. 


getContentType

@Deprecated
IFileInfoGenerator.ContentType getContentType()
Deprecated. 


getFileInfo

@Deprecated
IFileInfo getFileInfo(String solution,
                                 String path,
                                 String filename,
                                 InputStream in)
Deprecated. 


getFileInfo

@Deprecated
IFileInfo getFileInfo(String solution,
                                 String path,
                                 String filename,
                                 Document in)
Deprecated.