Uses of Interface
io.quarkus.maven.dependency.ArtifactKey
Packages that use ArtifactKey
Package
Description
-
Uses of ArtifactKey in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement ArtifactKeyModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.bootstrap.model that return ArtifactKeyModifier and TypeMethodDescriptionExtensionDevModeConfig.getExtensionKey()Extension keyAppDependency.getKey()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.bootstrap.model that return types with arguments of type ArtifactKeyModifier and TypeMethodDescriptionApplicationModel.getLowerPriorityArtifacts()Class loading lower priority artifactsDefaultApplicationModel.getLowerPriorityArtifacts()ApplicationModel.getParentFirst()Class loading parent-first artifactsDefaultApplicationModel.getParentFirst()ApplicationModel.getReloadableWorkspaceDependencies()Local project dependencies that are live-reloadable in dev mode.DefaultApplicationModel.getReloadableWorkspaceDependencies()ApplicationModel.getRemovedResources()Resources that should be removed from the classpath.DefaultApplicationModel.getRemovedResources()ApplicationModel.getRunnerParentFirst()Class loading runner parent-first artifactsDefaultApplicationModel.getRunnerParentFirst()Methods in io.quarkus.bootstrap.model with parameters of type ArtifactKeyModifier and TypeMethodDescriptionApplicationModelBuilder.addExcludedArtifact(ArtifactKey key) ApplicationModelBuilder.addLesserPriorityArtifact(ArtifactKey deps) ApplicationModelBuilder.addParentFirstArtifact(ArtifactKey deps) ApplicationModelBuilder.addReloadableWorkspaceModule(ArtifactKey key) ApplicationModelBuilder.addRemovedResources(ArtifactKey key, Set<String> resources) ApplicationModelBuilder.addRunnerParentFirstArtifact(ArtifactKey deps) ApplicationModelBuilder.getDependency(ArtifactKey key) voidApplicationModelBuilder.handleExtensionProperties(Properties props, ArtifactKey extensionKey) Collects extension properties from theMETA-INF/quarkus-extension.propertiesbooleanApplicationModelBuilder.hasDependency(ArtifactKey key) Method parameters in io.quarkus.bootstrap.model with type arguments of type ArtifactKeyModifier and TypeMethodDescriptionApplicationModelBuilder.addExcludedArtifacts(List<ArtifactKey> keys) ApplicationModelBuilder.addLesserPriorityArtifacts(List<ArtifactKey> deps) ApplicationModelBuilder.addParentFirstArtifacts(List<ArtifactKey> deps) ApplicationModelBuilder.addReloadableWorkspaceModules(Collection<ArtifactKey> key) ApplicationModelBuilder.addRunnerParentFirstArtifacts(List<ArtifactKey> deps) Constructors in io.quarkus.bootstrap.model with parameters of type ArtifactKeyModifierConstructorDescriptionExtensionDevModeConfig(ArtifactKey extensionKey, JvmOptions jvmOptions, Set<String> lockDefaultJvmOptions) Constructor parameters in io.quarkus.bootstrap.model with type arguments of type ArtifactKeyModifierConstructorDescriptionMutableJarApplicationModel(String baseName, Map<ArtifactKey, List<String>> paths, ApplicationModel appModel, String userProvidersDirectory, String appArchivePath) -
Uses of ArtifactKey in io.quarkus.bootstrap.resolver
Method parameters in io.quarkus.bootstrap.resolver with type arguments of type ArtifactKeyModifier and TypeMethodDescriptionAppModelResolver.resolveManagedModel(ArtifactCoords appArtifact, Collection<Dependency> directDeps, ArtifactCoords managingProject, Set<ArtifactKey> localProjects) -
Uses of ArtifactKey in io.quarkus.bootstrap.util
Methods in io.quarkus.bootstrap.util that return ArtifactKeyModifier and TypeMethodDescriptionstatic ArtifactKey[]BootstrapUtils.parseDependencyCondition(String s) -
Uses of ArtifactKey in io.quarkus.maven
Classes in io.quarkus.maven that implement ArtifactKeyModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ArtifactKey in io.quarkus.maven.dependency
Classes in io.quarkus.maven.dependency that implement ArtifactKeyMethods in io.quarkus.maven.dependency that return ArtifactKeyModifier and TypeMethodDescriptionstatic ArtifactKeyArtifactKey.fromString(String s) static ArtifactKeyCreates an artifact key that consists of an artifact's groupId and artifactId.static ArtifactKeyDeprecated, for removal: This API element is subject to removal in a future version.Creates an artifact key that consists of groupId:artifactId:classifer and anulltype.static ArtifactKeyDeprecated, for removal: This API element is subject to removal in a future version.in favor ofof(String, String, String, String)Creates an artifact key for a given groupId:artifactId:classifier:typeArtifactCoords.getKey()GACTV.getKey()static ArtifactKeyMethods in io.quarkus.maven.dependency that return types with arguments of type ArtifactKeyModifier and TypeMethodDescriptionArtifactDependency.getExclusions()default Collection<ArtifactKey> Dependency.getExclusions()Constructors in io.quarkus.maven.dependency with parameters of type ArtifactKey
ArtifactKey