org.pentaho.platform.engine.services.solution
Class ActionSequenceFileInfo
java.lang.Object
org.pentaho.platform.engine.services.solution.ActionSequenceFileInfo
- All Implemented Interfaces:
- IFileInfoGenerator
public class ActionSequenceFileInfo
- extends Object
- implements IFileInfoGenerator
ActionSequenceFileInfo
public ActionSequenceFileInfo()
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