public class DefaultDependencies extends ArrayList implements Dependencies
modCount| Constructor and Description |
|---|
DefaultDependencies() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object o) |
Dependency |
find(String type,
String code,
Version version) |
Dependency |
find(String type,
StringWithAlias code,
Version version) |
List |
findAll(String type,
String code,
Version version) |
List |
findAll(String type,
StringWithAlias code,
Version version) |
boolean |
match(String type,
String code,
Version version) |
boolean |
match(String type,
StringWithAlias code,
Version version) |
Dependencies |
parse(String dependecies) |
String |
toString() |
add, add, addAll, addAll, clear, clone, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitpublic Dependencies parse(String dependecies)
parse in interface Dependenciespublic String toString()
toString in class AbstractCollectionpublic boolean contains(Object o)
public boolean match(String type, String code, Version version)
match in interface Dependenciespublic Dependency find(String type, String code, Version version)
find in interface Dependenciespublic List findAll(String type, String code, Version version)
findAll in interface Dependenciespublic boolean match(String type, StringWithAlias code, Version version)
match in interface Dependenciespublic Dependency find(String type, StringWithAlias code, Version version)
find in interface Dependenciespublic List findAll(String type, StringWithAlias code, Version version)
findAll in interface Dependencies