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