|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Occurances | |
|---|---|
| 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. |
| org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
| Uses of Occurances in org.apache.hivemind.definition |
|---|
| Fields in org.apache.hivemind.definition declared as Occurances | |
|---|---|
static Occurances |
Occurances.NONE
|
static Occurances |
Occurances.ONE_PLUS
At least one is required. |
static Occurances |
Occurances.OPTIONAL
Optional, may be zero or one, but not more. |
static Occurances |
Occurances.REQUIRED
Exactly one is required. |
static Occurances |
Occurances.UNBOUNDED
An unbounded number, zero or more. |
| Methods in org.apache.hivemind.definition that return Occurances | |
|---|---|
Occurances |
ConfigurationPointDefinition.getExpectedContributions()
|
| Methods in org.apache.hivemind.definition with parameters of type Occurances | |
|---|---|
static java.lang.String |
DefinitionMessages.occurances(Occurances occurances)
|
static java.lang.String |
DefinitionMessages.wrongNumberOfContributions(ModuleDefinition definingModule,
ConfigurationPointDefinition point,
int actualCount,
Occurances expectation)
|
| Uses of Occurances in org.apache.hivemind.definition.impl |
|---|
| Methods in org.apache.hivemind.definition.impl that return Occurances | |
|---|---|
Occurances |
ConfigurationPointDefinitionImpl.getExpectedContributions()
|
| Methods in org.apache.hivemind.definition.impl with parameters of type Occurances | |
|---|---|
void |
ConfigurationPointDefinitionImpl.setExpectedContributions(Occurances expectedContributions)
Sets the expected number of contributions to the configuration. |
| Constructors in org.apache.hivemind.definition.impl with parameters of type Occurances | |
|---|---|
ConfigurationPointDefinitionImpl(ModuleDefinition module,
java.lang.String id,
Location location,
Visibility visibility,
java.lang.String containerClassName,
Occurances expectedContributions)
|
|
| Uses of Occurances in org.apache.hivemind.impl |
|---|
| Methods in org.apache.hivemind.impl that return Occurances | |
|---|---|
Occurances |
ConfigurationPointImpl.getExpectedCount()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||