Uses of Class
org.java.plugin.registry.MatchingRule
-
Packages that use MatchingRule 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. -
-
Uses of MatchingRule in org.java.plugin.registry
Methods in org.java.plugin.registry that return MatchingRule Modifier and Type Method Description static MatchingRuleMatchingRule. fromCode(java.lang.String code)Converts plug-in manifest string code to matching rule constant value.MatchingRuleManifestInfo. getMatchingRule()MatchingRulePluginFragment. getMatchingRule()MatchingRulePluginPrerequisite. getMatchingRule()static MatchingRuleMatchingRule. valueOf(java.lang.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. -
Uses of MatchingRule in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks that return MatchingRule Modifier and Type Method Description MatchingRuleMockManifestInfo. getMatchingRule()MatchingRuleMockPluginFragment. getMatchingRule()MatchingRuleMockPluginPrerequisite. getMatchingRule()Methods in org.java.plugin.tools.mocks with parameters of type MatchingRule Modifier and Type Method Description MockManifestInfoMockManifestInfo. setMatchingRule(MatchingRule value)MockPluginFragmentMockPluginFragment. setMatchingRule(MatchingRule value)MockPluginPrerequisiteMockPluginPrerequisite. setMatchingRule(MatchingRule value)
-