| Package | Description |
|---|---|
| org.java.plugin.registry |
This package contains framework registry API.
|
| org.java.plugin.tools.mocks |
Simple mock classes to be used in unit tests.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterMultiplicity |
ParameterMultiplicity.fromCode(java.lang.String code)
Converts plug-in manifest string code to parameter multiplicity constant
value.
|
ParameterMultiplicity |
ExtensionPoint.ParameterDefinition.getMultiplicity() |
static ParameterMultiplicity |
ParameterMultiplicity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterMultiplicity[] |
ParameterMultiplicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterMultiplicity |
MockParameterDefinition.getMultiplicity() |
| Modifier and Type | Method and Description |
|---|---|
MockParameterDefinition |
MockParameterDefinition.setMultiplicity(ParameterMultiplicity value) |
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.