Package io.quarkus.bootstrap.model
Class AppDependency
java.lang.Object
io.quarkus.bootstrap.model.AppDependency
- All Implemented Interfaces:
ArtifactCoords,Dependency,ResolvedDependency,Serializable
@Deprecated(forRemoval=true,
since="3.11.0")
public class AppDependency
extends Object
implements ResolvedDependency, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
- 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) Deprecated, for removal: This API element is subject to removal in a future version.AppDependency(AppArtifact artifact, String scope, int... flags) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidclearFlag(int flag) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intgetFlags()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getKey()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getScope()Deprecated, for removal: This API element is subject to removal in a future version.getType()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.maven.dependency.ArtifactCoords
isJar, isSnapshot, toCompactCoords, toGACTVStringMethods inherited from interface io.quarkus.maven.dependency.Dependency
getExclusions, hasAllFlags, hasAnyFlag, isAnyFlagSet, 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
Deprecated, for removal: This API element is subject to removal in a future version. -
AppDependency
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getArtifact
Deprecated, for removal: This API element is subject to removal in a future version. -
getScope
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getScopein interfaceDependency
-
getFlags
public int getFlags()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFlagsin interfaceDependency
-
clearFlag
public void clearFlag(int flag) Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
getGroupId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getGroupIdin interfaceArtifactCoords
-
getArtifactId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getArtifactIdin interfaceArtifactCoords
-
getClassifier
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getClassifierin interfaceArtifactCoords
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTypein interfaceArtifactCoords
-
getVersion
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getVersionin interfaceArtifactCoords
-
getKey
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getKeyin interfaceArtifactCoords
-
getResolvedPaths
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getResolvedPathsin interfaceResolvedDependency
-
getDependencies
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDependenciesin interfaceResolvedDependency
-
ResolvedDependency