public interface Dependency extends Cloneable, Dependency
Modifier and Type | Field and Description |
---|---|
static String |
CONFLICT |
static String |
RECOMMENDED |
static String |
REQUIRED |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getOp() |
String |
getType() |
Version |
getVersion() |
boolean |
match(String type,
String code,
Version version) |
Dependency |
parse(String dependency) |
match
static final String REQUIRED
static final String CONFLICT
static final String RECOMMENDED
Dependency parse(String dependency)
parse
in interface Dependency
String getType()
getType
in interface Dependency
String getCode()
getCode
in interface Dependency
String getOp()
getOp
in interface Dependency
Version getVersion()
getVersion
in interface Dependency
boolean match(String type, String code, Version version)
match
in interface Dependency