Package io.quarkus.maven.dependency
Class ResolvedArtifactDependency
- java.lang.Object
-
- io.quarkus.maven.dependency.GACTV
-
- io.quarkus.maven.dependency.ArtifactDependency
-
- io.quarkus.maven.dependency.ResolvedArtifactDependency
-
- All Implemented Interfaces:
ArtifactCoords,Dependency,ResolvableDependency,ResolvedDependency,Serializable
public class ResolvedArtifactDependency extends ArtifactDependency implements ResolvableDependency, Serializable
- See Also:
- Serialized Form
-
-
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
-
-
Constructor Summary
Constructors Constructor Description ResolvedArtifactDependency(ArtifactCoords coords)ResolvedArtifactDependency(ArtifactCoords coords, PathCollection resolvedPaths)ResolvedArtifactDependency(ArtifactCoords coords, Path resolvedPath)ResolvedArtifactDependency(ResolvedDependencyBuilder builder)ResolvedArtifactDependency(String groupId, String artifactId, String classifier, String type, String version, PathCollection resolvedPath)ResolvedArtifactDependency(String groupId, String artifactId, String classifier, String type, String version, Path resolvedPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)PathTreegetContentTree()PathCollectiongetResolvedPaths()WorkspaceModulegetWorkspaceModule()inthashCode()voidsetResolvedPaths(PathCollection paths)StringtoString()-
Methods inherited from class io.quarkus.maven.dependency.ArtifactDependency
getExclusions, getFlags, getScope, of
-
Methods inherited from class io.quarkus.maven.dependency.GACTV
append, fromString, getArtifactId, getClassifier, getGroupId, getKey, getType, getVersion, jar, pom, split
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
Methods inherited from interface io.quarkus.maven.dependency.ResolvedDependency
getContentTree, getSources, isResolved
-
-
-
-
Constructor Detail
-
ResolvedArtifactDependency
public ResolvedArtifactDependency(ArtifactCoords coords)
-
ResolvedArtifactDependency
public ResolvedArtifactDependency(ArtifactCoords coords, Path resolvedPath)
-
ResolvedArtifactDependency
public ResolvedArtifactDependency(String groupId, String artifactId, String classifier, String type, String version, Path resolvedPath)
-
ResolvedArtifactDependency
public ResolvedArtifactDependency(String groupId, String artifactId, String classifier, String type, String version, PathCollection resolvedPath)
-
ResolvedArtifactDependency
public ResolvedArtifactDependency(ArtifactCoords coords, PathCollection resolvedPaths)
-
ResolvedArtifactDependency
public ResolvedArtifactDependency(ResolvedDependencyBuilder builder)
-
-
Method Detail
-
getResolvedPaths
public PathCollection getResolvedPaths()
- Specified by:
getResolvedPathsin interfaceResolvedDependency
-
setResolvedPaths
public void setResolvedPaths(PathCollection paths)
- Specified by:
setResolvedPathsin interfaceResolvableDependency
-
getWorkspaceModule
public WorkspaceModule getWorkspaceModule()
- Specified by:
getWorkspaceModulein interfaceResolvedDependency
-
getContentTree
public PathTree getContentTree()
- Specified by:
getContentTreein interfaceResolvedDependency
-
hashCode
public int hashCode()
- Overrides:
hashCodein classArtifactDependency
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classArtifactDependency
-
toString
public String toString()
- Overrides:
toStringin classArtifactDependency
-
-