public interface Dependencies extends List, Cloneable, Dependencies
Modifier and Type | Method and Description |
---|---|
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 dependenies) |
Dependencies parse(String dependenies)
parse
in interface Dependencies
boolean match(String type, String code, Version version)
match
in interface Dependencies
boolean match(String type, StringWithAlias code, Version version)
match
in interface Dependencies
Dependency find(String type, String code, Version version)
find
in interface Dependencies
Dependency find(String type, StringWithAlias code, Version version)
find
in interface Dependencies
List findAll(String type, String code, Version version)
findAll
in interface Dependencies
List findAll(String type, StringWithAlias code, Version version)
findAll
in interface Dependencies