Uses of Enum Class
org.java.plugin.registry.MatchingRule
Packages that use MatchingRule
Package
Description
This package contains framework registry API.
Simple mock classes to be used in unit tests.
-
Uses of MatchingRule in org.java.plugin.registry
Methods in org.java.plugin.registry that return MatchingRuleModifier and TypeMethodDescriptionstatic MatchingRuleConverts plug-in manifest string code to matching rule constant value.ManifestInfo.getMatchingRule()PluginFragment.getMatchingRule()PluginPrerequisite.getMatchingRule()static MatchingRuleReturns the enum constant of this class with the specified name.static MatchingRule[]MatchingRule.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MatchingRule in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks that return MatchingRuleModifier and TypeMethodDescriptionMockManifestInfo.getMatchingRule()MockPluginFragment.getMatchingRule()MockPluginPrerequisite.getMatchingRule()Methods in org.java.plugin.tools.mocks with parameters of type MatchingRuleModifier and TypeMethodDescriptionMockManifestInfo.setMatchingRule(MatchingRule value) MockPluginFragment.setMatchingRule(MatchingRule value) MockPluginPrerequisite.setMatchingRule(MatchingRule value)