| Package | Description |
|---|---|
| io.fabric8.updatebot.model |
| Modifier and Type | Method and Description |
|---|---|
static MavenArtifactKey |
MavenArtifactKey.fromString(String value)
Returns a maven dependency from the given string using
: to separate the group id and artifact |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.utils.Filter<MavenArtifactKey> |
MavenDependencyFilter.createFilter() |
static io.fabric8.utils.Filter<MavenArtifactKey> |
MavenDependencyFilter.createFilter(List<MavenDependencyFilter> dependencies) |
| Modifier and Type | Method and Description |
|---|---|
int |
MavenArtifactKey.compareTo(MavenArtifactKey that) |
boolean |
DependencyVersionChange.matches(MavenArtifactKey artifactKey)
Returns true if this change matches the given artifact key
|
| Constructor and Description |
|---|
MavenArtifactVersionChange(MavenArtifactKey artifactKey,
String version,
String scope) |
Copyright © 2076–2017 Red Hat. All rights reserved.