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, setResource
void initialize() throws Exception
Exception
void shutdown()
Collection<TemplateObject> getTemplateObjects()
TemplateEngine getTemplateEngine()
TemplateEngine
String[] getPropertyReferences()
List getContents()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.