Uses of Class
org.eclipse.aether.RepositoryEvent.Builder
-
Packages that use RepositoryEvent.Builder Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of RepositoryEvent.Builder in org.eclipse.aether
Methods in org.eclipse.aether that return RepositoryEvent.Builder Modifier and Type Method Description RepositoryEvent.BuilderRepositoryEvent.Builder. setArtifact(Artifact artifact)Sets the artifact involved in the event.RepositoryEvent.BuilderRepositoryEvent.Builder. setException(java.lang.Exception exception)Sets the exception causing the event.RepositoryEvent.BuilderRepositoryEvent.Builder. setExceptions(java.util.List<java.lang.Exception> exceptions)Sets the exceptions causing the event.RepositoryEvent.BuilderRepositoryEvent.Builder. setFile(java.io.File file)Sets the file involved in the event.RepositoryEvent.BuilderRepositoryEvent.Builder. setMetadata(Metadata metadata)Sets the metadata involved in the event.RepositoryEvent.BuilderRepositoryEvent.Builder. setRepository(ArtifactRepository repository)Sets the repository involved in the event.RepositoryEvent.BuilderRepositoryEvent.Builder. setTrace(RequestTrace trace)Sets the trace information about the request during which the event occurred.Constructors in org.eclipse.aether with parameters of type RepositoryEvent.Builder Constructor Description RepositoryEvent(RepositoryEvent.Builder builder)
-