public interface Plugin extends NamespaceComponent
| Modifier and Type | Method and Description |
|---|---|
List |
getContents()
Returns a list containing the name of each resource contained within the plugin.
|
String[] |
getPropertyReferences()
Gets all property references available for this cartridge.
|
TemplateEngine |
getTemplateEngine()
Gets the TemplateEngine which implements the template processing.
|
Collection<TemplateObject> |
getTemplateObjects()
Returns all the TemplateObject objects that are available to this Plugin.
|
void |
initialize()
Initializes the plugin.
|
void |
shutdown()
Shuts down the plugin.
|
getNamespace, getResource, setNamespace, setResourcevoid initialize() throws Exception
Exceptionvoid shutdown()
Collection<TemplateObject> getTemplateObjects()
TemplateEngine getTemplateEngine()
TemplateEngineString[] getPropertyReferences()
List getContents()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.