Package io.quarkus.maven.dependency
Interface ResolvableDependency
-
- All Superinterfaces:
ArtifactCoords
,Dependency
,ResolvedDependency
- All Known Implementing Classes:
ResolvedArtifactDependency
public interface ResolvableDependency extends ResolvedDependency
-
-
Field Summary
-
Fields inherited from interface io.quarkus.maven.dependency.ArtifactCoords
DEFAULT_CLASSIFIER, TYPE_JAR, TYPE_POM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setResolvedPaths(PathCollection paths)
-
Methods inherited from interface io.quarkus.maven.dependency.ArtifactCoords
getArtifactId, getClassifier, getGroupId, getKey, getType, getVersion, isJar, toCompactCoords, toGACTVString
-
Methods inherited from interface io.quarkus.maven.dependency.Dependency
getFlags, getScope, isDeploymentCp, isDirect, isFlagSet, isOptional, isReloadable, isRuntimeCp, isRuntimeExtensionArtifact, isWorkspaceModule
-
Methods inherited from interface io.quarkus.maven.dependency.ResolvedDependency
getContentTree, getResolvedPaths, getSources, getWorkspaceModule, isResolved
-
-
-
-
Method Detail
-
setResolvedPaths
void setResolvedPaths(PathCollection paths)
-
-