org.pentaho.platform.engine.services.solution
Class ActionSequenceFileInfo

java.lang.Object
  extended by org.pentaho.platform.engine.services.solution.ActionSequenceFileInfo
All Implemented Interfaces:
IFileInfoGenerator

public class ActionSequenceFileInfo
extends Object
implements IFileInfoGenerator


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.pentaho.platform.api.engine.IFileInfoGenerator
IFileInfoGenerator.ContentType
 
Constructor Summary
ActionSequenceFileInfo()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionSequenceFileInfo

public ActionSequenceFileInfo()
Method Detail

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,
                             byte[] bytes)
Specified by:
getFileInfo in interface IFileInfoGenerator

getFileInfo

public IFileInfo getFileInfo(String solution,
                             String path,
                             String filename,
                             String str)
Specified by:
getFileInfo in interface IFileInfoGenerator