Package org.apache.maven.plugin
Class PluginArtifactsCache.CacheRecord
- java.lang.Object
-
- org.apache.maven.plugin.PluginArtifactsCache.CacheRecord
-
- Enclosing interface:
- PluginArtifactsCache
public static class PluginArtifactsCache.CacheRecord extends java.lang.Object
CacheRecord
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Artifact>
artifacts
private PluginResolutionException
exception
-
Constructor Summary
Constructors Constructor Description CacheRecord(java.util.List<Artifact> artifacts)
CacheRecord(PluginResolutionException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Artifact>
getArtifacts()
PluginResolutionException
getException()
-
-
-
Field Detail
-
artifacts
private final java.util.List<Artifact> artifacts
-
exception
private final PluginResolutionException exception
-
-
Constructor Detail
-
CacheRecord
public CacheRecord(java.util.List<Artifact> artifacts)
-
CacheRecord
public CacheRecord(PluginResolutionException exception)
-
-
Method Detail
-
getArtifacts
public java.util.List<Artifact> getArtifacts()
-
getException
public PluginResolutionException getException()
-
-