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, byte[] bytes)
          Deprecated. 
 IFileInfo getFileInfo(String solution, String path, String filename, org.dom4j.Document in)
          Deprecated. 
 IFileInfo getFileInfo(String solution, String path, String filename, InputStream in)
          Deprecated. 
 IFileInfo getFileInfo(String solution, String path, String filename, String str)
          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,
                                 org.dom4j.Document in)
Deprecated. 


getFileInfo

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


getFileInfo

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