Package org.apache.maven.api.services
Interface DependencyCoordinateFactoryRequest
- All Superinterfaces:
- ArtifactCoordinateFactoryRequest
@Experimental
@Immutable
public interface DependencyCoordinateFactoryRequest
extends ArtifactCoordinateFactoryRequest
- Since:
- 4.0.0
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classNested classes/interfaces inherited from interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequestArtifactCoordinateFactoryRequest.ArtifactFactoryRequestBuilder
- 
Method SummaryMethods inherited from interface org.apache.maven.api.services.ArtifactCoordinateFactoryRequestgetArtifactId, getClassifier, getCoordinateString, getExtension, getGroupId, getSession, getType, getVersion
- 
Method Details- 
getScopeString getScope()
- 
isOptionalboolean 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
 
-