Uses of Class
io.quarkus.bootstrap.model.AppArtifactKey
-
Packages that use AppArtifactKey Package Description io.quarkus.bootstrap.model -
-
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()Deprecated.Set<AppArtifactKey>AppModel. getLocalProjectArtifacts()Deprecated.Set<AppArtifactKey>AppModel. getParentFirstArtifacts()Deprecated.Set<AppArtifactKey>AppModel. getRunnerParentFirstArtifacts()Deprecated.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)
-