@HashCodeAndEqualsPlugin.Enhance protected static class Plugin.Engine.Source.Filtering.MultiReleaseVersionMatcher extends Object implements ElementMatcher<Plugin.Engine.Source.Element>
ElementMatcher.Junction<S>
Modifier | Constructor and Description |
---|---|
protected |
MultiReleaseVersionMatcher(ClassFileVersion classFileVersion)
Creates a multi-release version matcher.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Plugin.Engine.Source.Element target)
Matches a target against this element matcher.
|
protected MultiReleaseVersionMatcher(ClassFileVersion classFileVersion)
classFileVersion
- The latest class file version to consider.public boolean matches(@MaybeNull Plugin.Engine.Source.Element target)
matches
in interface ElementMatcher<Plugin.Engine.Source.Element>
target
- The instance to be matched or null
.true
if the given element is matched by this matcher or false
otherwise.Copyright © 2014–2024. All rights reserved.