public interface Dependency extends Cloneable
#org.gvsig.tools.packageutils.Dependency
Modifier and Type | Field and Description |
---|---|
static String |
CONFLICT
Deprecated.
|
static String |
RECOMMENDED
Deprecated.
|
static String |
REQUIRED
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Deprecated.
|
String |
getOp()
Deprecated.
|
String |
getType()
Deprecated.
|
Version |
getVersion()
Deprecated.
|
boolean |
match(String type,
String code,
Version version)
Deprecated.
|
boolean |
match(String type,
StringWithAlias code,
Version version)
Deprecated.
|
Dependency |
parse(String dependency)
Deprecated.
|
static final String REQUIRED
static final String CONFLICT
static final String RECOMMENDED
Dependency parse(String dependency)
String getType()
String getCode()
String getOp()
Version getVersion()
boolean match(String type, StringWithAlias code, Version version)