| Package | Description |
|---|---|
| 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 |
|---|---|
SchemaImpl |
ConfigurationPointDescriptor.getContributionsSchema() |
SchemaImpl |
ServicePointDescriptor.getParametersSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleDescriptor.addSchema(SchemaImpl schema)
Adds a schema to this module descriptor.
|
void |
ConfigurationPointDescriptor.setContributionsSchema(SchemaImpl schema) |
void |
ServicePointDescriptor.setParametersSchema(SchemaImpl schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementModelImpl
Implementation of
ElementModel. |