Uses of Class
org.eclipse.aether.collection.DependencyManagement
-
Packages that use DependencyManagement Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.util.graph.manager Various dependency managers for building a dependency graph. -
-
Uses of DependencyManagement in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return DependencyManagement Modifier and Type Method Description DependencyManagementDependencyManager. manageDependency(Dependency dependency)Applies dependency management to the specified dependency.DependencyManagementDependencyManagement. setExclusions(java.util.Collection<Exclusion> exclusions)Sets the new exclusions to apply to the dependency.DependencyManagementDependencyManagement. setOptional(java.lang.Boolean optional)Sets the new optional flag to apply to the dependency.DependencyManagementDependencyManagement. setProperties(java.util.Map<java.lang.String,java.lang.String> properties)Sets the new properties to apply to the dependency.DependencyManagementDependencyManagement. setScope(java.lang.String scope)Sets the new scope to apply to the dependency.DependencyManagementDependencyManagement. setVersion(java.lang.String version)Sets the new version to apply to the dependency. -
Uses of DependencyManagement in org.eclipse.aether.util.graph.manager
Methods in org.eclipse.aether.util.graph.manager that return DependencyManagement Modifier and Type Method Description DependencyManagementClassicDependencyManager. manageDependency(Dependency dependency)DependencyManagementDefaultDependencyManager. manageDependency(Dependency dependency)DependencyManagementNoopDependencyManager. manageDependency(Dependency dependency)DependencyManagementTransitiveDependencyManager. manageDependency(Dependency dependency)
-