| Constructor and Description |
|---|
CacheEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.aether.artifact.Artifact> |
getArtifacts() |
String |
getGacv() |
long |
getInsertionTime() |
ResolutionOptions |
getOptions() |
Cache.CacheEntry |
setArtifacts(List<org.eclipse.aether.artifact.Artifact> artifacts) |
Cache.CacheEntry |
setGacv(String gacv) |
Cache.CacheEntry |
setInsertionTime(long insertionTime) |
Cache.CacheEntry |
setOptions(ResolutionOptions options) |
public List<org.eclipse.aether.artifact.Artifact> getArtifacts()
public Cache.CacheEntry setArtifacts(List<org.eclipse.aether.artifact.Artifact> artifacts)
public String getGacv()
public Cache.CacheEntry setGacv(String gacv)
public long getInsertionTime()
public Cache.CacheEntry setInsertionTime(long insertionTime)
public ResolutionOptions getOptions()
public Cache.CacheEntry setOptions(ResolutionOptions options)
Copyright © 2016–2019. All rights reserved.