IvySettingsAware
, VersionMatcher
public class ExactVersionMatcher extends AbstractVersionMatcher
Constructor | Description |
---|---|
ExactVersionMatcher() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
accept(ModuleRevisionId askedMrid,
ModuleRevisionId foundMrid) |
Indicates if this version matcher considers that the module revision found matches the asked
one.
|
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 boolean isDynamic(ModuleRevisionId askedMrid)
VersionMatcher
askedMrid
- the dependency module revision id as asked by a modulepublic boolean accept(ModuleRevisionId askedMrid, ModuleRevisionId foundMrid)
VersionMatcher