Uses of Interface
org.java.plugin.registry.PluginAttribute
-
Packages that use PluginAttribute Package Description org.java.plugin.registry This package contains framework registry API.org.java.plugin.tools.mocks Simple mock classes to be used in unit tests. -
-
Uses of PluginAttribute in org.java.plugin.registry
Methods in org.java.plugin.registry that return PluginAttribute Modifier and Type Method Description PluginAttribute
PluginDescriptor. getAttribute(java.lang.String id)
PluginAttribute
PluginAttribute. getSubAttribute(java.lang.String id)
PluginAttribute
PluginAttribute. getSuperAttribute()
Methods in org.java.plugin.registry that return types with arguments of type PluginAttribute Modifier and Type Method 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)
-
Uses of PluginAttribute in org.java.plugin.tools.mocks
Classes in org.java.plugin.tools.mocks that implement PluginAttribute Modifier and Type Class Description class
MockPluginAttribute
Methods in org.java.plugin.tools.mocks that return PluginAttribute Modifier and Type Method Description PluginAttribute
MockPluginDescriptor. getAttribute(java.lang.String id)
PluginAttribute
MockPluginAttribute. getSubAttribute(java.lang.String id)
PluginAttribute
MockPluginAttribute. getSuperAttribute()
Methods in org.java.plugin.tools.mocks that return types with arguments of type PluginAttribute Modifier and Type Method Description java.util.Collection<PluginAttribute>
MockPluginDescriptor. getAttributes()
java.util.Collection<PluginAttribute>
MockPluginDescriptor. getAttributes(java.lang.String id)
java.util.Collection<PluginAttribute>
MockPluginAttribute. getSubAttributes()
java.util.Collection<PluginAttribute>
MockPluginAttribute. getSubAttributes(java.lang.String id)
Methods in org.java.plugin.tools.mocks with parameters of type PluginAttribute Modifier and Type Method Description MockPluginDescriptor
MockPluginDescriptor. addAttribute(PluginAttribute attribute)
MockPluginAttribute
MockPluginAttribute. addSubAttribute(PluginAttribute attribute)
MockPluginAttribute
MockPluginAttribute. setSuperAttribute(PluginAttribute attribute)
-