org.sonatype.aether
Interface RepositoryEvent
public interface RepositoryEvent
An event describing an action performed by the repository system.
- Author:
- Benjamin Bentmann
- See Also:
RepositoryListener
getSession
RepositorySystemSession getSession()
getArtifact
Artifact getArtifact()
getMetadata
Metadata getMetadata()
getFile
File getFile()
getRepository
ArtifactRepository getRepository()
getException
Exception getException()
getExceptions
List<Exception> getExceptions()
Copyright © 2010 Sonatype, Inc.. All Rights Reserved.