Uses of Class
org.apache.maven.shared.transfer.collection.CollectRequest
Packages that use CollectRequest
-
Uses of CollectRequest in org.apache.maven.shared.transfer.collection
Methods in org.apache.maven.shared.transfer.collection that return CollectRequestModifier and TypeMethodDescriptionCollectRequest.addDependency
(org.apache.maven.model.Dependency dependency) Adds the specified direct dependency.CollectRequest.addManagedDependency
(org.apache.maven.model.Dependency managedDependency) Adds the specified managed dependency.CollectRequest.addRepository
(org.apache.maven.artifact.repository.ArtifactRepository repository) Adds the specified repository for collection.CollectRequest.setDependencies
(List<org.apache.maven.model.Dependency> dependencies) Sets the direct dependencies.CollectRequest.setManagedDependencies
(List<org.apache.maven.model.Dependency> managedDependencies) Sets the dependency management to apply to transitive dependencies.CollectRequest.setRepositories
(List<org.apache.maven.artifact.repository.ArtifactRepository> repositories) Sets the repositories to use for the collection.CollectRequest.setRoot
(org.apache.maven.model.Dependency root) Sets the root dependency of the graph.CollectRequest.setRootArtifact
(org.apache.maven.artifact.Artifact rootArtifact) Sets the root artifact for the dependency graph.