Package | Description |
---|---|
org.java.plugin.registry |
This package contains framework registry API.
|
Modifier and Type | Method and Description |
---|---|
static MatchingRule |
MatchingRule.fromCode(String code)
Converts plug-in manifest string code to matching rule constant value.
|
MatchingRule |
PluginFragment.getMatchingRule() |
MatchingRule |
PluginPrerequisite.getMatchingRule() |
MatchingRule |
ManifestInfo.getMatchingRule() |
static MatchingRule |
MatchingRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchingRule[] |
MatchingRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.