public interface Dependencies extends List, Cloneable
#org.gvsig.tools.packageutils.Dependencies
Modifier and Type | Method and Description |
---|---|
Dependency |
find(String type,
String code,
Version version)
Deprecated.
|
Dependency |
find(String type,
StringWithAlias code,
Version version)
Deprecated.
|
List |
findAll(String type,
String code,
Version version)
Deprecated.
|
List |
findAll(String type,
StringWithAlias code,
Version version)
Deprecated.
|
boolean |
match(String type,
String code,
Version version)
Deprecated.
|
boolean |
match(String type,
StringWithAlias code,
Version version)
Deprecated.
|
Dependencies |
parse(String dependenies)
Deprecated.
|
Dependencies parse(String dependenies)
boolean match(String type, StringWithAlias code, Version version)
Dependency find(String type, String code, Version version)
Dependency find(String type, StringWithAlias code, Version version)
List findAll(String type, StringWithAlias code, Version version)