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 |
---|---|
void |
AbstractExtensionPoint.setVisibility(Visibility visibility) |
Modifier and Type | Field and Description |
---|---|
static Visibility |
Visibility.PRIVATE
Restricts access to the artifact to just the module which defines it.
|
static Visibility |
Visibility.PUBLIC
The default visibility, allowing access to the artifact from any module.
|
Modifier and Type | Method and Description |
---|---|
Visibility |
ConfigurationPointDescriptor.getVisibility() |
Visibility |
ServicePointDescriptor.getVisibility() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPointDescriptor.setVisibility(Visibility visibility) |
void |
ServicePointDescriptor.setVisibility(Visibility visibility) |
Modifier and Type | Method and Description |
---|---|
Visibility |
SchemaImpl.getVisibility() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaImpl.setVisibility(Visibility visibility) |