Package io.quarkus.maven.dependency
Interface ResolvedDependency
-
- All Superinterfaces:
ArtifactCoords,Dependency
- All Known Subinterfaces:
ResolvableDependency
- All Known Implementing Classes:
AppArtifact,AppDependency,ResolvedArtifactDependency
public interface ResolvedDependency extends Dependency
-
-
Field Summary
-
Fields inherited from interface io.quarkus.maven.dependency.ArtifactCoords
DEFAULT_CLASSIFIER, TYPE_JAR, TYPE_POM
-
Fields inherited from interface io.quarkus.maven.dependency.Dependency
SCOPE_COMPILE, SCOPE_IMPORT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PathTreegetContentTree()PathCollectiongetResolvedPaths()default ArtifactSourcesgetSources()default WorkspaceModulegetWorkspaceModule()default booleanisResolved()-
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
getExclusions, getFlags, getScope, isClassLoaderParentFirst, isDeploymentCp, isDirect, isFlagSet, isOptional, isReloadable, isRuntimeCp, isRuntimeExtensionArtifact, isWorkspaceModule
-
-
-
-
Method Detail
-
getResolvedPaths
PathCollection getResolvedPaths()
-
isResolved
default boolean isResolved()
-
getWorkspaceModule
default WorkspaceModule getWorkspaceModule()
-
getSources
default ArtifactSources getSources()
-
getContentTree
default PathTree getContentTree()
-
-