org.pentaho.platform.api.engine
Interface ISolutionFileMetaProvider

All Superinterfaces:
IFileInfoGenerator
All Known Implementing Classes:
ActionSequenceFileInfo, EchoContentTypeMetaProvider, GEchoContentTypeMetaProvider, SolutionFileMetaAdapter

public interface ISolutionFileMetaProvider
extends IFileInfoGenerator

Provides meta information about solution files. See IFileInfo. This interface supercedes the deprecated IFileInfoGenerator.

Author:
aphillips

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.pentaho.platform.api.engine.IFileInfoGenerator
IFileInfoGenerator.ContentType
 
Method Summary
 IFileInfo getFileInfo(ISolutionFile solutionFile, InputStream in)
           
 
Methods inherited from interface org.pentaho.platform.api.engine.IFileInfoGenerator
getContentType, getFileInfo, getFileInfo, getFileInfo, getFileInfo, setLogger
 

Method Detail

getFileInfo

IFileInfo getFileInfo(ISolutionFile solutionFile,
                      InputStream in)