public final class VersionPredicate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionPredicate.Type |
| Constructor and Description |
|---|
VersionPredicate(VersionPredicate.Type type,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
VersionPredicate.Type |
getType() |
String |
getVersion() |
int |
hashCode() |
static Set<VersionPredicate> |
parse(Collection<String> matchers) |
String |
toString() |
public VersionPredicate(VersionPredicate.Type type, String version)
public VersionPredicate.Type getType()
public String getVersion()
public static Set<VersionPredicate> parse(Collection<String> matchers)