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 PluginAttributePluginDescriptor. getAttribute(java.lang.String id)PluginAttributePluginAttribute. getSubAttribute(java.lang.String id)PluginAttributePluginAttribute. 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 classMockPluginAttributeMethods in org.java.plugin.tools.mocks that return PluginAttribute Modifier and Type Method Description PluginAttributeMockPluginDescriptor. getAttribute(java.lang.String id)PluginAttributeMockPluginAttribute. getSubAttribute(java.lang.String id)PluginAttributeMockPluginAttribute. 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 MockPluginDescriptorMockPluginDescriptor. addAttribute(PluginAttribute attribute)MockPluginAttributeMockPluginAttribute. addSubAttribute(PluginAttribute attribute)MockPluginAttributeMockPluginAttribute. setSuperAttribute(PluginAttribute attribute)
-