Uses of Interface
org.hotswap.agent.versions.VersionMatcher
-
Packages that use VersionMatcher Package Description org.hotswap.agent.versions.matcher -
-
Uses of VersionMatcher in org.hotswap.agent.versions.matcher
Classes in org.hotswap.agent.versions.matcher that implement VersionMatcher Modifier and Type Class Description classAbstractMatcherThe Class AbstractMatcher.classManifestMatcherThe ManifestMatcher will parse and match a single @Manifest definitionclassMavenMatcherThe MavenMatcher will parse and match a single @Mave definitionclassMethodMatcherThe MethodMatcher is the matcher responsible for parsing and applying the matching algorithm at the method level.classPluginMatcherThe PluginMatcher is the matcher responsible for parsing and applying the matching algorithm at the plugin level (plugin level annotations).Fields in org.hotswap.agent.versions.matcher with type parameters of type VersionMatcher Modifier and Type Field Description protected List<VersionMatcher>AbstractMatcher. matchersThe matchers.
-