org.pentaho.platform.api.engine
Interface IContentGeneratorInfo

All Known Implementing Classes:
ContentGeneratorInfo

public interface IContentGeneratorInfo


Method Summary
 String getClassname()
           
 String getDescription()
           
 String getFileInfoGeneratorClassname()
          Deprecated. file info generators or solution file meta providers are now associated with content types, not content generators. This method is not called from within the platform.
 String getId()
           
 String getTitle()
           
 String getType()
           
 String getUrl()
           
 

Method Detail

getDescription

String getDescription()

getId

String getId()

getUrl

String getUrl()

getTitle

String getTitle()

getType

String getType()

getFileInfoGeneratorClassname

String getFileInfoGeneratorClassname()
Deprecated. file info generators or solution file meta providers are now associated with content types, not content generators. This method is not called from within the platform.


getClassname

String getClassname()