org.sonatype.aether
Interface RepositoryEvent


public interface RepositoryEvent

An event describing an action performed by the repository system.

Author:
Benjamin Bentmann
See Also:
RepositoryListener

Method Summary
 Artifact getArtifact()
           
 Exception getException()
           
 List<Exception> getExceptions()
           
 File getFile()
           
 Metadata getMetadata()
           
 ArtifactRepository getRepository()
           
 RepositorySystemSession getSession()
           
 

Method Detail

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.