Class PluginMatcher
- java.lang.Object
-
- org.hotswap.agent.versions.matcher.AbstractMatcher
-
- org.hotswap.agent.versions.matcher.PluginMatcher
-
- All Implemented Interfaces:
VersionMatcher
public class PluginMatcher extends AbstractMatcher
The PluginMatcher is the matcher responsible for parsing and applying the matching algorithm at the plugin level (plugin level annotations). The application of the rules is still evaluated per method call- Author:
- alpapad@gmail.com
-
-
Field Summary
-
Fields inherited from class org.hotswap.agent.versions.matcher.AbstractMatcher
LOGGER, matchers, shouldApply
-
-
Constructor Summary
Constructors Constructor Description PluginMatcher(Class<?> pluginClass)Instantiates a new plugin matcher.
-
-
-
Constructor Detail
-
PluginMatcher
public PluginMatcher(Class<?> pluginClass)
Instantiates a new plugin matcher.- Parameters:
pluginClass- the plugin class
-
-