protected static class ByteBuddyMojo.StalenessFilter extends ElementMatcher.Junction.ForNonNullValues<Plugin.Engine.Source.Element>
ElementMatcher.Junction.AbstractBase<V>, ElementMatcher.Junction.Conjunction<W>, ElementMatcher.Junction.Disjunction<W>, ElementMatcher.Junction.ForNonNullValues<W>ElementMatcher.Junction<S>| Modifier | Constructor and Description |
|---|---|
protected |
StalenessFilter(org.apache.maven.plugin.logging.Log log,
long latestTimestamp)
Creates a new staleness filter.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doMatch(Plugin.Engine.Source.Element target) |
protected int |
getFiltered()
Returns a count of class files that were filtered as they were created prior to the last build.
|
equals, hashCode, matchesand, orprotected StalenessFilter(org.apache.maven.plugin.logging.Log log, long latestTimestamp)
log - The logger to use.latestTimestamp - The timestamp for files to be filtered if they were created before it.protected boolean doMatch(Plugin.Engine.Source.Element target)
doMatch in class ElementMatcher.Junction.ForNonNullValues<Plugin.Engine.Source.Element>protected int getFiltered()
Copyright © 2014–2025. All rights reserved.