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 Dependency
Dependency.newInstance()
Creates a newDependency
instance.static Dependency
Dependency.newInstance
(boolean withDefaults) Creates a newDependency
instance using default values or not.Dependency.withArtifactId
(String artifactId) Creates a newDependency
instance using the specified artifactId.Dependency.withGroupId
(String groupId) Creates a newDependency
instance using the specified groupId.Creates a newDependency
instance using the specified type.Dependency.withVersion
(String version) Creates a newDependency
instance using the specified version.Methods in org.apache.maven.api.plugin.descriptor with parameters of type DependencyModifier and TypeMethodDescriptionstatic Dependency.Builder
Dependency.newBuilder
(Dependency from) Creates a newDependency
builder instance using the specified object as a basis.static Dependency.Builder
Dependency.newBuilder
(Dependency from, boolean forceCopy) Creates a newDependency
builder 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 Dependency
PluginDescriptorStaxReader.parseDependency
(XMLStreamReader parser, boolean strict, Deque<Object> context) Methods in org.apache.maven.plugin.descriptor.io with parameters of type DependencyModifier and TypeMethodDescriptionprivate void
PluginDescriptorStaxWriter.writeDependency
(String tagName, Dependency dependency, XMLStreamWriter serializer)