Package | Description |
---|---|
org.eclipse.pde.core.plugin |
Application programming interfaces for working with PDE's model of plug-ins.
|
Modifier and Type | Method and Description |
---|---|
IPluginAttribute |
IExtensionsModelFactory.createAttribute(IPluginElement element)
Creates a new attribute instance for the
provided element.
|
IPluginAttribute |
IPluginElement.getAttribute(String name)
Returns an attribute object whose name
matches the provided name.
|
IPluginAttribute[] |
IPluginElement.getAttributes()
Returns all attributes currently defined in this element
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.