public class PatternVersionMatcher extends AbstractVersionMatcher
Constructor and Description |
---|
PatternVersionMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(ModuleRevisionId askedMrid,
ModuleRevisionId foundMrid)
Indicates if this version matcher considers that the module revision found matches the asked
one.
|
void |
addMatch(Match match) |
boolean |
isDynamic(ModuleRevisionId askedMrid)
Indicates if the given asked ModuleRevisionId should be considered as dynamic for the current
VersionMatcher or not.
|
accept, compare, getName, getSettings, needModuleDescriptor, setName, setSettings, toString
public void addMatch(Match match)
public boolean accept(ModuleRevisionId askedMrid, ModuleRevisionId foundMrid)
public boolean isDynamic(ModuleRevisionId askedMrid)
askedMrid
- the dependency module revision id as asked by a module