public interface IContentInfo
Modifier and Type | Method and Description |
---|---|
boolean |
canExport()
flags used by export handler to determine if this extension can be used
|
boolean |
canImport()
flags used by import handler to determine if this extension can be used
|
String |
getDescription()
The description of this content type as presented to the user Implementors of this interface should provide
localization for the description
|
String |
getExtension()
The extension of files that generate this content type.
|
String |
getIconUrl()
Returns an url to an icon for this content type
|
String |
getMimeType()
Deprecated.
Don't Use - this is way too early to know the mime type
|
List<IPluginOperation> |
getOperations()
Returns a list of the operations that are available for this content type
|
String |
getTitle()
The title of this content type as presented to the user Implementors of this interface should provide
localization for the title e.g.
|
String getExtension()
String getTitle()
String getDescription()
@Deprecated String getMimeType()
List<IPluginOperation> getOperations()
String getIconUrl()
boolean canImport()
boolean canExport()