Package | Description |
---|---|
org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
org.apache.hivemind.internal | |
org.apache.hivemind.parse |
Classes used to parse HiveMind module deployment descriptors, and descriptor objects
that represent the parsed information.
|
org.apache.hivemind.schema.impl |
Implementations of schema-related intefaces defined in package
org.apache.hivemind.schema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
ConfigurationPointImpl.getContributionsSchema() |
Schema |
ServicePointImpl.getParametersSchema() |
Schema |
ConfigurationPointImpl.getSchema() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPointImpl.setContributionsSchema(Schema schema) |
void |
ServicePointImpl.setParametersSchema(Schema schema) |
Constructor and Description |
---|
SchemaProcessorImpl(ErrorLog errorLog,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
Schema |
ConfigurationPoint.getContributionsSchema()
Returns the Schema for contributions to the configuration point (which may be null if the
point does not define a schema for contributions).
|
Schema |
ServicePoint.getParametersSchema()
Returns the
Schema used to process any parameters passed to the service. |
Modifier and Type | Method and Description |
---|---|
Schema |
ModuleDescriptor.getSchema(java.lang.String id) |
Modifier and Type | Class and Description |
---|---|
class |
ElementModelImpl
Implementation of
ElementModel . |
class |
SchemaImpl
Implementation of
Schema . |