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) |
matchstatic final String REQUIRED
static final String CONFLICT
static final String RECOMMENDED
Dependency parse(String dependency)
parse in interface DependencyString getType()
getType in interface DependencyString getCode()
getCode in interface DependencyString getOp()
getOp in interface DependencyVersion getVersion()
getVersion in interface Dependencyboolean match(String type, String code, Version version)
match in interface Dependency