Uses of Interface
io.quarkus.maven.dependency.ArtifactKey
-
Packages that use ArtifactKey Package Description io.quarkus.bootstrap.model io.quarkus.bootstrap.resolver io.quarkus.bootstrap.util io.quarkus.maven io.quarkus.maven.dependency -
-
Uses of ArtifactKey in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement ArtifactKey Modifier and Type Class Description classAppArtifactKeyGroupId, artifactId and classifierMethods in io.quarkus.bootstrap.model that return ArtifactKey Modifier and Type Method Description ArtifactKeyAppDependency. getKey()Methods in io.quarkus.bootstrap.model that return types with arguments of type ArtifactKey Modifier and Type Method Description Set<ArtifactKey>ApplicationModel. getLowerPriorityArtifacts()Class loading lower priority artifactsSet<ArtifactKey>DefaultApplicationModel. getLowerPriorityArtifacts()Set<ArtifactKey>ApplicationModel. getParentFirst()Class loading parent-first artifactsSet<ArtifactKey>DefaultApplicationModel. getParentFirst()Set<ArtifactKey>ApplicationModel. getReloadableWorkspaceDependencies()Local project dependencies that are live-reloadable in dev mode.Set<ArtifactKey>DefaultApplicationModel. getReloadableWorkspaceDependencies()Map<ArtifactKey,Set<String>>ApplicationModel. getRemovedResources()Resources that should be removed from the classpath.Map<ArtifactKey,Set<String>>DefaultApplicationModel. getRemovedResources()Set<ArtifactKey>ApplicationModel. getRunnerParentFirst()Class loading runner parent-first artifactsSet<ArtifactKey>DefaultApplicationModel. getRunnerParentFirst()Methods in io.quarkus.bootstrap.model with parameters of type ArtifactKey Modifier and Type Method Description ApplicationModelBuilderApplicationModelBuilder. addExcludedArtifact(ArtifactKey key)ApplicationModelBuilderApplicationModelBuilder. addLesserPriorityArtifact(ArtifactKey deps)ApplicationModelBuilderApplicationModelBuilder. addParentFirstArtifact(ArtifactKey deps)ApplicationModelBuilderApplicationModelBuilder. addReloadableWorkspaceModule(ArtifactKey key)ApplicationModelBuilderApplicationModelBuilder. addRemovedResources(ArtifactKey key, Set<String> resources)ApplicationModelBuilderApplicationModelBuilder. addRunnerParentFirstArtifact(ArtifactKey deps)ResolvedDependencyBuilderApplicationModelBuilder. getDependency(ArtifactKey key)Method parameters in io.quarkus.bootstrap.model with type arguments of type ArtifactKey Modifier and Type Method Description ApplicationModelBuilderApplicationModelBuilder. addExcludedArtifacts(List<ArtifactKey> keys)ApplicationModelBuilderApplicationModelBuilder. addLesserPriorityArtifacts(List<ArtifactKey> deps)ApplicationModelBuilderApplicationModelBuilder. addParentFirstArtifacts(List<ArtifactKey> deps)ApplicationModelBuilderApplicationModelBuilder. addReloadableWorkspaceModules(Collection<ArtifactKey> key)ApplicationModelBuilderApplicationModelBuilder. addRunnerParentFirstArtifacts(List<ArtifactKey> deps)Constructor parameters in io.quarkus.bootstrap.model with type arguments of type ArtifactKey Constructor Description MutableJarApplicationModel(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 ArtifactKey Modifier and Type Method Description ApplicationModelAppModelResolver. 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 ArtifactKey Modifier and Type Method Description static ArtifactKey[]BootstrapUtils. parseDependencyCondition(String s) -
Uses of ArtifactKey in io.quarkus.maven
Classes in io.quarkus.maven that implement ArtifactKey Modifier and Type Class Description classArtifactKeyDeprecated, 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 ArtifactKey Modifier and Type Class Description classGACTMethods in io.quarkus.maven.dependency that return ArtifactKey Modifier and Type Method Description static ArtifactKeyArtifactKey. fromString(String s)static ArtifactKeyArtifactKey. ga(String groupId, String artifactId)Creates an artifact key that consists of an artifact's groupId and artifactId.static ArtifactKeyArtifactKey. gac(String groupId, String artifactId, String classifier)Deprecated, 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 ArtifactKeyArtifactKey. gact(String groupId, String artifactId, String classifier, String type)Deprecated, 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:typeArtifactKeyArtifactCoords. getKey()ArtifactKeyGACTV. getKey()static ArtifactKeyArtifactKey. of(String groupId, String artifactId, String classifier, String type)Methods in io.quarkus.maven.dependency that return types with arguments of type ArtifactKey Modifier and Type Method Description Collection<ArtifactKey>ArtifactDependency. getExclusions()default Collection<ArtifactKey>Dependency. getExclusions()Constructors in io.quarkus.maven.dependency with parameters of type ArtifactKey Constructor Description GACTV(ArtifactKey key, String version)
-