Uses of Class
org.apache.maven.api.plugin.descriptor.Dependency
Packages that use Dependency
Package
Description
Maven Plugin descriptor model.
-
Uses of Dependency in org.apache.maven.api.plugin.descriptor
Fields in org.apache.maven.api.plugin.descriptor declared as DependencyMethods in org.apache.maven.api.plugin.descriptor that return DependencyModifier and TypeMethodDescriptionDependency.Builder.build()static DependencyDependency.newInstance()Creates a newDependencyinstance.static DependencyDependency.newInstance(boolean withDefaults) Creates a newDependencyinstance using default values or not.Dependency.withArtifactId(String artifactId) Creates a newDependencyinstance using the specified artifactId.Dependency.withGroupId(String groupId) Creates a newDependencyinstance using the specified groupId.Creates a newDependencyinstance using the specified type.Dependency.withVersion(String version) Creates a newDependencyinstance using the specified version.Methods in org.apache.maven.api.plugin.descriptor with parameters of type DependencyModifier and TypeMethodDescriptionstatic Dependency.BuilderDependency.newBuilder(Dependency from) Creates a newDependencybuilder instance using the specified object as a basis.static Dependency.BuilderDependency.newBuilder(Dependency from, boolean forceCopy) Creates a newDependencybuilder instance using the specified object as a basis.Constructors in org.apache.maven.api.plugin.descriptor with parameters of type Dependency -
Uses of Dependency in org.apache.maven.plugin.descriptor.io
Methods in org.apache.maven.plugin.descriptor.io that return DependencyModifier and TypeMethodDescriptionprivate DependencyPluginDescriptorStaxReader.parseDependency(XMLStreamReader parser, boolean strict, Deque<Object> context) Methods in org.apache.maven.plugin.descriptor.io with parameters of type DependencyModifier and TypeMethodDescriptionprivate voidPluginDescriptorStaxWriter.writeDependency(String tagName, Dependency dependency, XMLStreamWriter serializer)