|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionPointDefinition | |
---|---|
org.apache.hivemind.definition | This package contains the interfaces that are needed for the definition of a registry. |
org.apache.hivemind.definition.impl | Default implementations of the registry definition API. |
org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
Uses of ExtensionPointDefinition in org.apache.hivemind.definition |
---|
Subinterfaces of ExtensionPointDefinition in org.apache.hivemind.definition | |
---|---|
interface |
ConfigurationPointDefinition
Defines a configuration extension point. |
interface |
ServicePointDefinition
Defines a service extension point. |
Uses of ExtensionPointDefinition in org.apache.hivemind.definition.impl |
---|
Classes in org.apache.hivemind.definition.impl that implement ExtensionPointDefinition | |
---|---|
class |
ConfigurationPointDefinitionImpl
Default implementation of ConfigurationPointDefinition . |
class |
ExtensionPointDefinitionImpl
Default implementation of ExtensionPointDefinition . |
class |
ServicePointDefinitionImpl
Default implementation of ServicePointDefinition . |
Uses of ExtensionPointDefinition in org.apache.hivemind.impl |
---|
Methods in org.apache.hivemind.impl that return ExtensionPointDefinition | |
---|---|
protected ExtensionPointDefinition |
AbstractExtensionPoint.getDefinition()
|
Constructors in org.apache.hivemind.impl with parameters of type ExtensionPointDefinition | |
---|---|
AbstractExtensionPoint(Module module,
ExtensionPointDefinition definition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |