Package org.pentaho.platform.api.engine
Interface IContentGeneratorInfo
-
public interface IContentGeneratorInfo
This should only be used internally by the plugin manager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getClassname()
String
getDescription()
String
getFileInfoGeneratorClassname()
Deprecated.file info generators or solution file meta providers are now associated with content types, not content generators.String
getId()
String
getTitle()
String
getType()
String
getUrl()
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()
-
-