Package | Description |
---|---|
org.java.plugin.registry |
This package contains framework registry API.
|
Modifier and Type | Method and Description |
---|---|
PluginAttribute |
PluginDescriptor.getAttribute(String id) |
PluginAttribute |
PluginAttribute.getSubAttribute(String id) |
PluginAttribute |
PluginAttribute.getSuperAttribute() |
Modifier and Type | Method and Description |
---|---|
Collection<PluginAttribute> |
PluginDescriptor.getAttributes()
Returns collection of all top level attributes defined in manifest.
|
Collection<PluginAttribute> |
PluginDescriptor.getAttributes(String id) |
Collection<PluginAttribute> |
PluginAttribute.getSubAttributes() |
Collection<PluginAttribute> |
PluginAttribute.getSubAttributes(String id) |
Copyright © 2020. All Rights Reserved.