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