Uses of Class
io.quarkus.bootstrap.model.AppArtifactKey
-
Packages that use AppArtifactKey Package Description io.quarkus.bootstrap.model io.quarkus.bootstrap.resolver io.quarkus.bootstrap.resolver.workspace -
-
Uses of AppArtifactKey in io.quarkus.bootstrap.model
Fields in io.quarkus.bootstrap.model declared as AppArtifactKey Modifier and Type Field Description protected AppArtifactKeyAppArtifactCoords. keyMethods in io.quarkus.bootstrap.model that return AppArtifactKey Modifier and Type Method Description static AppArtifactKeyAppArtifactKey. fromString(String str)AppArtifactKeyAppArtifactCoords. getKey()Methods in io.quarkus.bootstrap.model that return types with arguments of type AppArtifactKey Modifier and Type Method Description Set<AppArtifactKey>AppModel. getLesserPriorityArtifacts()Set<AppArtifactKey>AppModel. getLocalProjectArtifacts()Set<AppArtifactKey>AppModel. getParentFirstArtifacts()Set<AppArtifactKey>AppModel. getRunnerParentFirstArtifacts()Methods in io.quarkus.bootstrap.model with parameters of type AppArtifactKey Modifier and Type Method Description AppModel.BuilderAppModel.Builder. addExcludedArtifact(AppArtifactKey deps)AppModel.BuilderAppModel.Builder. addLesserPriorityArtifact(AppArtifactKey deps)AppModel.BuilderAppModel.Builder. addLocalProjectArtifact(AppArtifactKey deps)AppModel.BuilderAppModel.Builder. addParentFirstArtifact(AppArtifactKey deps)AppModel.BuilderAppModel.Builder. addRunnerParentFirstArtifact(AppArtifactKey deps)Method parameters in io.quarkus.bootstrap.model with type arguments of type AppArtifactKey Modifier and Type Method Description AppModel.BuilderAppModel.Builder. addExcludedArtifacts(List<AppArtifactKey> deps)AppModel.BuilderAppModel.Builder. addLesserPriorityArtifacts(List<AppArtifactKey> deps)AppModel.BuilderAppModel.Builder. addLocalProjectArtifacts(Collection<AppArtifactKey> deps)AppModel.BuilderAppModel.Builder. addParentFirstArtifacts(List<AppArtifactKey> deps)AppModel.BuilderAppModel.Builder. addRunnerParentFirstArtifacts(List<AppArtifactKey> deps)Constructors in io.quarkus.bootstrap.model with parameters of type AppArtifactKey Constructor Description AppArtifactCoords(AppArtifactKey key, String version)Constructor parameters in io.quarkus.bootstrap.model with type arguments of type AppArtifactKey Constructor Description PersistentAppModel(String baseName, Map<AppArtifactKey,List<String>> paths, AppModel appModel, String userProvidersDirectory, String appArchivePath) -
Uses of AppArtifactKey in io.quarkus.bootstrap.resolver
Method parameters in io.quarkus.bootstrap.resolver with type arguments of type AppArtifactKey Modifier and Type Method Description AppModelAppModelResolver. resolveManagedModel(AppArtifact appArtifact, List<AppDependency> directDeps, AppArtifact managingProject, Set<AppArtifactKey> localProjects) -
Uses of AppArtifactKey in io.quarkus.bootstrap.resolver.workspace
Methods in io.quarkus.bootstrap.resolver.workspace that return AppArtifactKey Modifier and Type Method Description AppArtifactKeyWorkspaceProject. getKey()Project's key consisting of its group and artifact IDsMethods in io.quarkus.bootstrap.resolver.workspace with parameters of type AppArtifactKey Modifier and Type Method Description MWorkspace. getProject(AppArtifactKey key)
-