private static class DefaultVersionResolver.Key
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
artifactId |
private java.lang.String |
classifier |
private java.lang.String |
context |
private java.lang.String |
extension |
private java.lang.String |
groupId |
private int |
hashCode |
private java.io.File |
localRepo |
private java.util.List<org.eclipse.aether.repository.RemoteRepository> |
repositories |
private java.lang.String |
version |
private org.eclipse.aether.repository.WorkspaceRepository |
workspace |
Constructor and Description |
---|
Key(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.resolution.VersionRequest request) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private final java.lang.String groupId
private final java.lang.String artifactId
private final java.lang.String classifier
private final java.lang.String extension
private final java.lang.String version
private final java.lang.String context
private final java.io.File localRepo
private final org.eclipse.aether.repository.WorkspaceRepository workspace
private final java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories
private final int hashCode