org.pentaho.platform.api.engine
Class SolutionFileMetaAdapter
java.lang.Object
org.pentaho.platform.api.engine.SolutionFileMetaAdapter
- All Implemented Interfaces:
- IFileInfoGenerator, ISolutionFileMetaProvider
- Direct Known Subclasses:
- ActionSequenceFileInfo, EchoContentTypeMetaProvider, GEchoContentTypeMetaProvider
public abstract class SolutionFileMetaAdapter
- extends Object
- implements ISolutionFileMetaProvider
This class only exists for backwards compatibility with
IFileInfoGenerator
. Once IFileInfoGenerator
is removed, this
class will follow it. It is also possible for this class to live on, by
simply changing the ISolutionFileMetaProvider interface.
SolutionFileMetaAdapter
public SolutionFileMetaAdapter()
setLogger
public void setLogger(ILogger logger)
- Specified by:
setLogger
in interface IFileInfoGenerator
getContentType
public IFileInfoGenerator.ContentType getContentType()
- Specified by:
getContentType
in interface IFileInfoGenerator
getFileInfo
public IFileInfo getFileInfo(String solution,
String path,
String filename,
InputStream in)
- Specified by:
getFileInfo
in interface IFileInfoGenerator
getFileInfo
public IFileInfo getFileInfo(String solution,
String path,
String filename,
Document in)
- Specified by:
getFileInfo
in interface IFileInfoGenerator