- BaseAnnotationHolder - Class in org.apache.hivemind.parse
-
- BaseAnnotationHolder() - Constructor for class org.apache.hivemind.parse.BaseAnnotationHolder
-
- BaseLocatable - Class in org.apache.hivemind.impl
-
- BaseLocatable() - Constructor for class org.apache.hivemind.impl.BaseLocatable
-
- BaseRule - Class in org.apache.hivemind.schema.rules
-
Base class for implementing
Rule
s.
- BaseRule() - Constructor for class org.apache.hivemind.schema.rules.BaseRule
-
- begin(String, Map) - Method in class org.apache.hivemind.parse.AbstractParser
-
Invoked when an element's start tag is recognized.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.parse.ConversionDescriptor
-
- begin(String, Map) - Method in class org.apache.hivemind.parse.DescriptorParser
-
- begin(SchemaProcessor, Element) - Method in interface org.apache.hivemind.schema.Rule
-
Begin rules are fired first, in order.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.BaseRule
-
Does nothing; subclasses may override.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.CreateObjectRule
-
Creates the new object and pushes it onto the processor's stack.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.InvokeParentRule
-
Invokes the named method on the parent object (using reflection).
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.PushAttributeRule
-
Uses the translator to convert the specified attribute into an object and pushes that object
onto the processor stack.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.PushContentRule
-
Uses the content translator to convert the element content into an object and pushes that
object onto the processor stack.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
-
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.ReadContentRule
-
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.SetModuleRule
-
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.SetParentRule
-
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.SetPropertyRule
-
- begin() - Method in class org.apache.hivemind.service.BodyBuilder
-
Begins a new block.
- BodyBuilder - Class in org.apache.hivemind.service
-
Utility class for assembling the body used with Javassist as a method or catch block.
- BodyBuilder() - Constructor for class org.apache.hivemind.service.BodyBuilder
-
- BooleanTranslator - Class in org.apache.hivemind.schema.rules
-
Translates a string value to a boolean value.
- BooleanTranslator() - Constructor for class org.apache.hivemind.schema.rules.BooleanTranslator
-
- BooleanTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.BooleanTranslator
-
Initializes the translator, recognizing key "default" as the
default value for the translator when the input is blank.
- BuilderClassResolverFacet - Class in org.apache.hivemind.service.impl
-
- BuilderClassResolverFacet() - Constructor for class org.apache.hivemind.service.impl.BuilderClassResolverFacet
-
- BuilderErrorHandlerFacet - Class in org.apache.hivemind.service.impl
-
Exposes the invoking module's
ErrorHandler
to a service as a
constructor parameter or a property.
- BuilderErrorHandlerFacet() - Constructor for class org.apache.hivemind.service.impl.BuilderErrorHandlerFacet
-
- BuilderErrorLogFacet - Class in org.apache.hivemind.service.impl
-
Exposes the service's
error log
as a constructor parameter or a property.
- BuilderErrorLogFacet() - Constructor for class org.apache.hivemind.service.impl.BuilderErrorLogFacet
-
- BuilderFacet - Class in org.apache.hivemind.service.impl
-
Represents one facet of constructing a service implementation instance.
- BuilderFacet() - Constructor for class org.apache.hivemind.service.impl.BuilderFacet
-
- BuilderFactory - Class in org.apache.hivemind.service.impl
-
- BuilderFactory() - Constructor for class org.apache.hivemind.service.impl.BuilderFactory
-
- BuilderFactoryLogic - Class in org.apache.hivemind.service.impl
-
Created by
BuilderFactory
for each service to be
created; encapsulates all the direct and indirect parameters used to construct a service.
- BuilderFactoryLogic(ServiceImplementationFactoryParameters, BuilderParameter) - Constructor for class org.apache.hivemind.service.impl.BuilderFactoryLogic
-
- BuilderLogFacet - Class in org.apache.hivemind.service.impl
-
Facet whose value is the Log
instance for the service (which is based on the
service id, not the class name).
- BuilderLogFacet() - Constructor for class org.apache.hivemind.service.impl.BuilderLogFacet
-
- BuilderMessagesFacet - Class in org.apache.hivemind.service.impl
-
- BuilderMessagesFacet() - Constructor for class org.apache.hivemind.service.impl.BuilderMessagesFacet
-
- BuilderParameter - Class in org.apache.hivemind.service.impl
-
- BuilderParameter() - Constructor for class org.apache.hivemind.service.impl.BuilderParameter
-
- BuilderPropertyFacet - Class in org.apache.hivemind.service.impl
-
- BuilderPropertyFacet() - Constructor for class org.apache.hivemind.service.impl.BuilderPropertyFacet
-
- BuilderServiceIdFacet - Class in org.apache.hivemind.service.impl
-
BuilderFacet
whose value is the service id of the
service being constructed.
- BuilderServiceIdFacet() - Constructor for class org.apache.hivemind.service.impl.BuilderServiceIdFacet
-
- buildFrameworkRegistry(String) - Method in class org.apache.hivemind.test.HiveMindTestCase
-
- buildFrameworkRegistry(String[]) - Method in class org.apache.hivemind.test.HiveMindTestCase
-
Builds a minimal registry, containing only the specified files, plus the master module
descriptor (i.e., those visible on the classpath).
- buildFrameworkRegistry(ModuleDescriptorProvider) - Method in class org.apache.hivemind.test.HiveMindTestCase
-
Builds a registry, containing only the modules delivered by the specified
ModuleDescriptorProvider
, plus the master module descriptor
(i.e., those visible on the classpath).
- buildMinimalRegistry(Resource) - Method in class org.apache.hivemind.test.HiveMindTestCase
-
Builds a registry from exactly the provided resource; this registry will not include the
hivemind
module.