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(Exception exception)
          Sets the exception causing the event.
 DefaultRepositoryEvent DefaultRepositoryEvent.setExceptions(List<Exception> exceptions)
          Sets the exceptions causing the event.
 DefaultRepositoryEvent DefaultRepositoryEvent.setFile(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-2013. All Rights Reserved.