Uses of Class
org.fedoraproject.xmvn.metadata.Dependency
Packages that use Dependency
-
Uses of Dependency in org.fedoraproject.xmvn.metadata
Methods in org.fedoraproject.xmvn.metadata that return DependencyMethods in org.fedoraproject.xmvn.metadata that return types with arguments of type DependencyMethods in org.fedoraproject.xmvn.metadata with parameters of type DependencyModifier and TypeMethodDescriptionvoid
ArtifactMetadata.addDependency
(Dependency dependency) Method addDependency.void
ArtifactMetadata.removeDependency
(Dependency dependency) Method removeDependency.Method parameters in org.fedoraproject.xmvn.metadata with type arguments of type DependencyModifier and TypeMethodDescriptionvoid
ArtifactMetadata.setDependencies
(List<Dependency> dependencies) Set list of artifact dependencies.