Uses of Class
org.sonatype.aether.util.listener.DefaultRepositoryEvent

Packages that use DefaultRepositoryEvent
org.sonatype.aether.util.listener   
 

Uses of DefaultRepositoryEvent in org.sonatype.aether.util.listener
 

Methods in org.sonatype.aether.util.listener that return DefaultRepositoryEvent
 DefaultRepositoryEvent DefaultRepositoryEvent.setArtifact(Artifact artifact)
          Sets the artifact involved in the event.
 DefaultRepositoryEvent DefaultRepositoryEvent.setException(java.lang.Exception exception)
          Sets the exception causing the event.
 DefaultRepositoryEvent DefaultRepositoryEvent.setExceptions(java.util.List<java.lang.Exception> exceptions)
          Sets the exceptions causing the event.
 DefaultRepositoryEvent DefaultRepositoryEvent.setFile(java.io.File file)
          Sets the file involved in the event.
 DefaultRepositoryEvent DefaultRepositoryEvent.setMetadata(Metadata metadata)
          Sets the metadata involved in the event.
 DefaultRepositoryEvent DefaultRepositoryEvent.setRepository(ArtifactRepository repository)
          Sets the repository involved in the event.
 DefaultRepositoryEvent DefaultRepositoryEvent.setTrace(RequestTrace trace)
          Sets the trace information about the request during which the event occurred.
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.