|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.plugins.version.AbstractVersionMatcher
org.apache.ivy.plugins.version.PatternVersionMatcher
public class PatternVersionMatcher
| Constructor Summary | |
|---|---|
PatternVersionMatcher()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.ivy.plugins.version.AbstractVersionMatcher |
|---|
accept, compare, getName, getSettings, needModuleDescriptor, setName, setSettings, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PatternVersionMatcher()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||