Package io.quarkus.bootstrap.model
Class AppDependency
java.lang.Object
io.quarkus.bootstrap.model.AppDependency
- All Implemented Interfaces:
ArtifactCoords,Dependency,ResolvedDependency,Serializable
- See Also:
-
Field Summary
Fields inherited from interface io.quarkus.maven.dependency.ArtifactCoords
DEFAULT_CLASSIFIER, TYPE_JAR, TYPE_POMFields inherited from interface io.quarkus.maven.dependency.Dependency
SCOPE_COMPILE, SCOPE_IMPORT -
Constructor Summary
ConstructorsConstructorDescriptionAppDependency(AppArtifact artifact, String scope, boolean optional, int... flags) AppDependency(AppArtifact artifact, String scope, int... flags) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.maven.dependency.ArtifactCoords
isJar, toCompactCoords, toGACTVStringMethods inherited from interface io.quarkus.maven.dependency.Dependency
getExclusions, hasAllFlags, hasAnyFlag, isClassLoaderParentFirst, isDeploymentCp, isDirect, isFlagSet, isOptional, isReloadable, isRuntimeCp, isRuntimeExtensionArtifact, isWorkspaceModuleMethods inherited from interface io.quarkus.maven.dependency.ResolvedDependency
getContentTree, getContentTree, getSources, getWorkspaceModule, isResolved
-
Constructor Details
-
AppDependency
-
AppDependency
-
-
Method Details
-
getArtifact
-
getScope
- Specified by:
getScopein interfaceDependency
-
getFlags
public int getFlags()- Specified by:
getFlagsin interfaceDependency
-
clearFlag
public void clearFlag(int flag) -
hashCode
public int hashCode() -
equals
-
toString
-
getGroupId
- Specified by:
getGroupIdin interfaceArtifactCoords
-
getArtifactId
- Specified by:
getArtifactIdin interfaceArtifactCoords
-
getClassifier
- Specified by:
getClassifierin interfaceArtifactCoords
-
getType
- Specified by:
getTypein interfaceArtifactCoords
-
getVersion
- Specified by:
getVersionin interfaceArtifactCoords
-
getKey
- Specified by:
getKeyin interfaceArtifactCoords
-
getResolvedPaths
- Specified by:
getResolvedPathsin interfaceResolvedDependency
-