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 types with arguments of type DependencyMethods in org.fedoraproject.xmvn.metadata with parameters of type DependencyModifier and TypeMethodDescriptionvoidArtifactMetadata.addDependency(Dependency dependency) Method addDependency.voidArtifactMetadata.removeDependency(Dependency dependency) Method removeDependency.Method parameters in org.fedoraproject.xmvn.metadata with type arguments of type DependencyModifier and TypeMethodDescriptionvoidArtifactMetadata.setDependencies(List<Dependency> dependencies) Set list of artifact dependencies.