Package org.pentaho.platform.api.engine
Interface IContentGeneratorInfo
public interface IContentGeneratorInfo
This should only be used internally by the plugin manager
-
Method Details
-
getDescription
String getDescription() -
getId
String getId() -
getUrl
Deprecated.URL is determined by the system -
getTitle
String getTitle() -
getType
String getType() -
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()
-