Package org.apache.maven.api.services
Interface DependencyCoordinatesFactoryRequest
- All Superinterfaces:
ArtifactCoordinatesFactoryRequest
@Experimental
@Immutable
public interface DependencyCoordinatesFactoryRequest
extends ArtifactCoordinatesFactoryRequest
- Since:
- 4.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Nested classes/interfaces inherited from interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder
-
Method Summary
Methods inherited from interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
getArtifactId, getClassifier, getCoordinatesString, getExtension, getGroupId, getSession, getType, getVersion
-
Method Details
-
getScope
String getScope() -
isOptional
boolean isOptional() -
getExclusions
-
build
-
build
@Nonnull static DependencyCoordinatesFactoryRequest build(@Nonnull Session session, @Nonnull ArtifactCoordinates coordinates) -
build
@Nonnull static DependencyCoordinatesFactoryRequest build(@Nonnull Session session, @Nonnull Dependency dependency) -
builder
-