Package org.pentaho.platform.api.engine
Interface IContentGeneratorInfo
- 
public interface IContentGeneratorInfoThis should only be used internally by the plugin manager 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetClassname()StringgetDescription()StringgetFileInfoGeneratorClassname()Deprecated.file info generators or solution file meta providers are now associated with content types, not content generators.StringgetId()StringgetTitle()StringgetType()StringgetUrl()Deprecated.URL is determined by the system 
 - 
 
- 
- 
Method Detail
- 
getDescription
String getDescription()
 
- 
getId
String getId()
 
- 
getUrl
@Deprecated String getUrl()
Deprecated.URL is determined by the system 
- 
getTitle
String getTitle()
 
- 
getType
String getType()
 
- 
getFileInfoGeneratorClassname
@Deprecated 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()
 
 - 
 
 -