Uses of Interface
org.java.plugin.registry.PluginAttribute
Packages that use PluginAttribute
Package
Description
This package contains framework registry API.
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 PluginAttributeModifier and TypeMethodDescriptionPluginDescriptor.getAttribute(String id) PluginAttribute.getSubAttribute(String id) PluginAttribute.getSuperAttribute()Methods in org.java.plugin.registry that return types with arguments of type PluginAttributeModifier and TypeMethodDescriptionPluginDescriptor.getAttributes()Returns collection of all top level attributes defined in manifest.PluginDescriptor.getAttributes(String id) PluginAttribute.getSubAttributes()PluginAttribute.getSubAttributes(String id) -
Uses of PluginAttribute in org.java.plugin.tools.mocks
Classes in org.java.plugin.tools.mocks that implement PluginAttributeMethods in org.java.plugin.tools.mocks that return PluginAttributeModifier and TypeMethodDescriptionMockPluginDescriptor.getAttribute(String id) MockPluginAttribute.getSubAttribute(String id) MockPluginAttribute.getSuperAttribute()Methods in org.java.plugin.tools.mocks that return types with arguments of type PluginAttributeModifier and TypeMethodDescriptionMockPluginDescriptor.getAttributes()MockPluginDescriptor.getAttributes(String id) MockPluginAttribute.getSubAttributes()MockPluginAttribute.getSubAttributes(String id) Methods in org.java.plugin.tools.mocks with parameters of type PluginAttributeModifier and TypeMethodDescriptionMockPluginDescriptor.addAttribute(PluginAttribute attribute) MockPluginAttribute.addSubAttribute(PluginAttribute attribute) MockPluginAttribute.setSuperAttribute(PluginAttribute attribute)