Uses of Interface
org.apache.hivemind.definition.ExtensionDefinition

Packages that use ExtensionDefinition
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. 
 

Uses of ExtensionDefinition in org.apache.hivemind.definition
 

Subinterfaces of ExtensionDefinition in org.apache.hivemind.definition
 interface ConfigurationParserDefinition
          Defines a parser for the processing of configuration data that is provided in a textual format.
 interface ContributionDefinition
          Defines a contribution to a ConfigurationPointDefinition.
 interface ImplementationDefinition
          Defines an implementation of a service point.
 interface InterceptorDefinition
          Defines an interceptor for the methods of a service point.
 

Methods in org.apache.hivemind.definition that return ExtensionDefinition
 ExtensionDefinition UnresolvedExtension.getExtension()
           
 

Constructors in org.apache.hivemind.definition with parameters of type ExtensionDefinition
UnresolvedExtension(ExtensionDefinition extension, java.lang.String qualifiedExtensionPointId)
           
 

Uses of ExtensionDefinition in org.apache.hivemind.definition.impl
 

Classes in org.apache.hivemind.definition.impl that implement ExtensionDefinition
 class ConfigurationParserDefinitionImpl
          Default implementation of ConfigurationParserDefinition.
 class ContributionDefinitionImpl
          Default implementation of ContributionDefinition.
 class ExtensionDefinitionImpl
          Default implementation of ExtensionDefinition.
 class ImplementationDefinitionImpl
          Default implementation of ImplementationDefinition.
 class InterceptorDefinitionImpl
          Default implementation of InterceptorDefinition.
 class OrderedInterceptorDefinitionImpl
          Specialization of InterceptorDefinitionImpl that implements the Orderable interface.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.