Skip navigation links
Quarkus - Bootstrap - Core 1.4.1.Final
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

A

AbstractClassPathElement - Class in io.quarkus.bootstrap.classloading
 
AbstractClassPathElement() - Constructor for class io.quarkus.bootstrap.classloading.AbstractClassPathElement
 
add(Path...) - Method in class io.quarkus.bootstrap.model.PathsCollection
 
add(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
 
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
add(RepositorySystemSession, LocalMetadataRegistration) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
addAdditionalApplicationArchive(AdditionalDependency) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
addAdditionalDeploymentArchive(Path) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
addAllFirst(Iterable<Path>) - Method in class io.quarkus.bootstrap.model.PathsCollection
 
addBannedElement(ClassPathElement) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
Adds an element that contains classes that should never be loaded by this loader.
addDeploymentDep(AppDependency) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addDeploymentDeps(List<AppDependency>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addElement(ClassPathElement) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
Adds an element that can be used to load classes.
addExcludedArtifact(AppArtifactKey) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addExcludedArtifacts(List<AppArtifactKey>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addExcludedPath(Path) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
addFirst(Path...) - Method in class io.quarkus.bootstrap.model.PathsCollection
 
addFullDeploymentDep(AppDependency) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addFullDeploymentDeps(List<AppDependency>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
AdditionalDependency - Class in io.quarkus.bootstrap.app
An additional archive that should be added to the generated application.
AdditionalDependency(Path, boolean, boolean) - Constructor for class io.quarkus.bootstrap.app.AdditionalDependency
 
AdditionalDependency(Path, boolean, boolean, boolean) - Constructor for class io.quarkus.bootstrap.app.AdditionalDependency
 
addLesserPriorityElement(ClassPathElement) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
Adds an element which will only be used to load a class or resource if no normal element containing that class or resource exists.
addParentFirstArtifact(AppArtifactKey) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addParentFirstArtifacts(List<AppArtifactKey>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addParentFirstElement(ClassPathElement) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
Adds an element that contains classes that will always be loaded in a parent first manner.
addProject(LocalProject, long) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
addRemoteRepositories(List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
addRemoteRepositories(List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
addRuntimeDep(AppDependency) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addRuntimeDeps(List<AppDependency>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
addToClassPath(Path) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
aggregateRepositories(List<RemoteRepository>, List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
alternativePomName - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 
AppArtifact - Class in io.quarkus.bootstrap.model
Represents an application (or its dependency) artifact.
AppArtifact(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifact
 
AppArtifact(String, String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifact
 
AppArtifactCoords - Class in io.quarkus.bootstrap.model
GroupId, artifactId, classifier, type, version
AppArtifactCoords(String[]) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppArtifactCoords(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppArtifactCoords(String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppArtifactCoords(String, String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppArtifactKey - Class in io.quarkus.bootstrap.model
GroupId, artifactId and classifier
AppArtifactKey(String[]) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
 
AppArtifactKey(String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
 
AppArtifactKey(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
 
AppArtifactKey(String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
 
AppDependency - Class in io.quarkus.bootstrap.model
Represents an application artifact dependency.
AppDependency(AppArtifact, String) - Constructor for class io.quarkus.bootstrap.model.AppDependency
 
AppDependency(AppArtifact, String, boolean) - Constructor for class io.quarkus.bootstrap.model.AppDependency
 
append(StringBuilder) - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
applySystemProperties(Model) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
If the model contains properties, this method overrides those that appear to be defined as system properties.
AppModel - Class in io.quarkus.bootstrap.model
A representation of the Quarkus dependency model for a given application.
AppModel.Builder - Class in io.quarkus.bootstrap.model
 
AppModelResolver - Interface in io.quarkus.bootstrap.resolver
Application model resolver used to resolve application and/or its dependency artifacts.
AppModelResolverException - Exception in io.quarkus.bootstrap.resolver
 
AppModelResolverException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.resolver.AppModelResolverException
 
AppModelResolverException(String) - Constructor for exception io.quarkus.bootstrap.resolver.AppModelResolverException
 
artifactId - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
artifactId - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
 
ArtifactResult - Class in io.quarkus.bootstrap.app
 
ArtifactResult(Path, String, Map<String, Path>) - Constructor for class io.quarkus.bootstrap.app.ArtifactResult
 
artifactTransferLogging - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 
ATTR_START - Static variable in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 
ATTR_STOP - Static variable in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 
AugmentAction - Interface in io.quarkus.bootstrap.app
 
AugmentResult - Class in io.quarkus.bootstrap.app
The result of an augmentation that builds an application
AugmentResult(List<ArtifactResult>, JarResult, Path) - Constructor for class io.quarkus.bootstrap.app.AugmentResult
 

B

bootstrap() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
BootstrapAppModelFactory - Class in io.quarkus.bootstrap
The factory that creates the application dependency model.
BootstrapAppModelResolver - Class in io.quarkus.bootstrap.resolver
 
BootstrapAppModelResolver(MavenArtifactResolver) - Constructor for class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
BootstrapConstants - Interface in io.quarkus.bootstrap
 
BootstrapDependencyProcessingException - Exception in io.quarkus.bootstrap
 
BootstrapDependencyProcessingException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.BootstrapDependencyProcessingException
 
BootstrapDependencyProcessingException(String) - Constructor for exception io.quarkus.bootstrap.BootstrapDependencyProcessingException
 
BootstrapException - Exception in io.quarkus.bootstrap
 
BootstrapException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.BootstrapException
 
BootstrapException(String) - Constructor for exception io.quarkus.bootstrap.BootstrapException
 
BootstrapMavenContext - Class in io.quarkus.bootstrap.resolver.maven
 
BootstrapMavenContext() - Constructor for class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
BootstrapMavenContext(BootstrapMavenContextConfig<?>) - Constructor for class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
BootstrapMavenContextConfig<T extends BootstrapMavenContextConfig<?>> - Class in io.quarkus.bootstrap.resolver.maven
 
BootstrapMavenContextConfig() - Constructor for class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 
BootstrapMavenOptions - Class in io.quarkus.bootstrap.resolver.maven.options
This class resolves relevant Maven command line options in case it's called from a Maven build process.
BootstrapMavenOptionsParser - Class in io.quarkus.bootstrap.resolver.maven.options
 
BootstrapMavenOptionsParser() - Constructor for class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptionsParser
 
BootstrapWagonProvider - Class in io.quarkus.bootstrap.resolver.maven
 
BootstrapWagonProvider() - Constructor for class io.quarkus.bootstrap.resolver.maven.BootstrapWagonProvider
 
build() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
build() - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
Builds the class loader
build() - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
build() - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
 
build() - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
build(ModelBuildingRequest) - Method in class io.quarkus.bootstrap.resolver.maven.MavenModelBuilder
 
build(ModelBuildingRequest, ModelBuildingResult) - Method in class io.quarkus.bootstrap.resolver.maven.MavenModelBuilder
 
BuildDependencyGraphVisitor - Class in io.quarkus.bootstrap.resolver.maven
 
BuildDependencyGraphVisitor(Set<AppArtifactKey>, Consumer<String>) - Constructor for class io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor
 
builder() - Static method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
builder(Path) - Static method in class io.quarkus.bootstrap.app.QuarkusBootstrap
Deprecated.
Builder() - Constructor for class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
Builder(Path) - Constructor for class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
Deprecated.
builder(String, ClassLoader, boolean) - Static method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
Builder(String, ClassLoader, boolean) - Constructor for class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
 
Builder() - Constructor for class io.quarkus.bootstrap.model.AppModel.Builder
 
builder() - Static method in class io.quarkus.bootstrap.model.PathsCollection
 
builder() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
buildRawModel(File, int, boolean) - Method in class io.quarkus.bootstrap.resolver.maven.MavenModelBuilder
 
buildTreeConsumer - Variable in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 

C

classifier - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
classifier - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
 
ClassPathElement - Interface in io.quarkus.bootstrap.classloading
Represents an element on the virtual classpath, such as a jar file or classes directory.
ClassPathResource - Interface in io.quarkus.bootstrap.classloading
A resource on the Class Path that has been loaded from a ClassPathElement
close() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
close() - Method in interface io.quarkus.bootstrap.app.RunningQuarkusApplication
 
close() - Method in class io.quarkus.bootstrap.classloading.DirectoryClassPathElement
 
close() - Method in class io.quarkus.bootstrap.classloading.JarClassPathElement
 
close() - Method in class io.quarkus.bootstrap.classloading.MemoryClassPathElement
 
close() - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
collectDependencies(Artifact, List<Dependency>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
collectDependencies(Artifact, List<Dependency>, List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
collectManagedDependencies(Artifact, List<Dependency>, List<Dependency>, List<RemoteRepository>, String...) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
collectRuntimeExtensions(List<DependencyNode>) - Method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
compareTo(DefaultArtifactVersion) - Method in class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
 
config() - Static method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
contains(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
 
contains(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection
 
copy(Path, Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
copy(OutputStream, InputStream) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
copyFromZip(Path, Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 
createAugmentor() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
createAugmentor(String, Map<String, Object>) - Method in class io.quarkus.bootstrap.app.CuratedApplication
This creates an augmentor, but uses the supplied class name to customise the build chain.
createDeploymentClassLoader() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
createInitialRuntimeApplication() - Method in interface io.quarkus.bootstrap.app.AugmentAction
 
createProductionApplication() - Method in interface io.quarkus.bootstrap.app.AugmentAction
 
createRandomDir(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
createRandomTmpDir() - Static method in class io.quarkus.bootstrap.util.IoUtils
 
createRuntimeClassLoader(QuarkusClassLoader, Map<String, List<BiFunction<String, ClassVisitor, ClassVisitor>>>, ClassLoader, Map<String, byte[]>) - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
createTmpDir(String) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
CREATOR_APP_ARTIFACT_ID - Static variable in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
CREATOR_APP_CLASSIFIER - Static variable in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
CREATOR_APP_GROUP_ID - Static variable in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
CREATOR_APP_TYPE - Static variable in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
CREATOR_APP_VERSION - Static variable in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
CuratedApplication - Class in io.quarkus.bootstrap.app
The result of the curate step that is done by QuarkusBootstrap.
CurationResult - Class in io.quarkus.bootstrap.app
 
CurationResult(AppModel) - Constructor for class io.quarkus.bootstrap.app.CurationResult
 
CurationResult(AppModel, List<AppDependency>, boolean, AppArtifact, AppArtifact) - Constructor for class io.quarkus.bootstrap.app.CurationResult
 
currentProject - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 

D

decrypt(String) - Method in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 
decrypt(SettingsDecryptionRequest) - Method in class io.quarkus.bootstrap.resolver.maven.SettingsDecrypterImpl
 
DefaultArtifactVersion - Class in io.quarkus.bootstrap.resolver.update
 
DefaultArtifactVersion(String) - Constructor for class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
Creates a generic version from the specified string.
DefaultUpdateDiscovery - Class in io.quarkus.bootstrap.resolver.update
 
DefaultUpdateDiscovery(AppModelResolver, VersionUpdateNumber) - Constructor for class io.quarkus.bootstrap.resolver.update.DefaultUpdateDiscovery
 
DependenciesOrigin - Enum in io.quarkus.bootstrap.resolver.update
Indicates what should be used as the source of application dependencies.
DeploymentInjectingDependencyVisitor - Class in io.quarkus.bootstrap.resolver.maven
 
DeploymentInjectingDependencyVisitor(MavenArtifactResolver, List<Dependency>, List<RemoteRepository>, AppModel.Builder) - Constructor for class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
DeploymentInjectionException - Exception in io.quarkus.bootstrap.resolver.maven
 
DeploymentInjectionException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.resolver.maven.DeploymentInjectionException
 
DeploymentInjectionException(Throwable) - Constructor for exception io.quarkus.bootstrap.resolver.maven.DeploymentInjectionException
 
DeploymentInjectionException(String) - Constructor for exception io.quarkus.bootstrap.resolver.maven.DeploymentInjectionException
 
DESCRIPTOR_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
DESCRIPTOR_PATH - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
devmode - Variable in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
DirectoryClassPathElement - Class in io.quarkus.bootstrap.classloading
A class path element that represents a file on the file system
DirectoryClassPathElement(Path) - Constructor for class io.quarkus.bootstrap.classloading.DirectoryClassPathElement
 

E

EMPTY - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
EMPTY - Static variable in interface io.quarkus.bootstrap.classloading.ClassPathElement
 
equals(Object) - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
equals(Object) - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
equals(Object) - Method in class io.quarkus.bootstrap.model.AppDependency
 
equals(Object) - Method in class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
 
EXCLUDED_ARTIFACTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
EXTENSION_PROPS_JSON_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
Deprecated.

F

find(RepositorySystemSession, LocalArtifactRequest) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
find(RepositorySystemSession, LocalMetadataRequest) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
findArtifact(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
findClass(String, String) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
This method is needed to make packages work correctly on JDK9+, as it will be called to load the package-info class.
findVersions(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
forGa(String, String, String) - Static method in exception io.quarkus.bootstrap.resolver.maven.workspace.UnresolvedVersionException
 
from(Iterable<Path>) - Static method in class io.quarkus.bootstrap.model.PathsCollection
 
fromPath(Path) - Static method in interface io.quarkus.bootstrap.classloading.ClassPathElement
Creates an element from a file system path
fromString(String) - Static method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
fromString(String) - Static method in class io.quarkus.bootstrap.model.AppArtifactKey
 

G

get(Object) - Method in class io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
 
getActiveProfileIds() - Method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
getActiveSettingsProfiles() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getActiveSettingsProfiles() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getActiveSettingsProfiles(Settings) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getAdditionalApplicationArchives() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getAdditionalDeploymentArchives() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getAdditionalPaths() - Method in class io.quarkus.bootstrap.app.ArtifactResult
 
getAppArtifact() - Method in class io.quarkus.bootstrap.model.AppModel
 
getAppArtifact() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getAppArtifact(String) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getApplicationRoot() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getAppModel() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
getAppModel() - Method in class io.quarkus.bootstrap.app.CurationResult
 
getAppModelResolver() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getAppModelResolver() - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
getArchivePath() - Method in class io.quarkus.bootstrap.app.AdditionalDependency
 
getArtifact() - Method in class io.quarkus.bootstrap.model.AppDependency
 
getArtifactId() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getArtifactId() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getArtifactId() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getArtifactRequests() - Method in class io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor
 
getAugmentClassLoader() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
getBaseClassLoader() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getBaseName() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getBaseRuntimeClassLoader() - Method in class io.quarkus.bootstrap.app.CuratedApplication
creates the base runtime class loader.
getBoolean(String, boolean) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getBooleanOrNull(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getBootstrapMavenOptions() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
Parsed Maven command line options obtained from the value of MAVEN_CMD_LINE_ARGS environment variable which is usually set by the Maven CLI.
getBuildSystemProperties() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getClassesDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getClassifier() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getClassifier() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getClassLoader() - Method in interface io.quarkus.bootstrap.app.RunningQuarkusApplication
 
getClassLoader() - Method in interface io.quarkus.bootstrap.app.StartupAction
 
getClassOrigin(Class<?>) - Static method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
Returns the JAR or the root directory that contains the class file that is on the classpath of the context classloader
getCliOptions() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getConfigKeys() - Method in interface io.quarkus.bootstrap.app.RunningQuarkusApplication
 
getConfigurationFile() - Method in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 
getConfigValue(String, Class<T>) - Method in interface io.quarkus.bootstrap.app.RunningQuarkusApplication
 
getContainingElement() - Method in interface io.quarkus.bootstrap.classloading.ClassPathResource
 
getCurationResult() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
getCurrentProjectArtifact(String) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getCurrentProjectBaseDir() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getCurrentProjectPomOrNull() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getData() - Method in interface io.quarkus.bootstrap.classloading.ClassPathResource
Loads the data contained in this resource and returns it as a byte array
getDeploymentDependencies() - Method in class io.quarkus.bootstrap.model.AppModel
Deprecated.
getDeploymentNodes() - Method in class io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor
 
getDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getEffectiveSettings() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getExcludeFromClassPath() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getFullDeploymentDeps() - Method in class io.quarkus.bootstrap.model.AppModel
 
getGlobalSettings() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getGroupId() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getGroupId() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getGroupId() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getGroupId(Model) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
getId() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getInactiveProfileIds() - Method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
getJar() - Method in class io.quarkus.bootstrap.app.AugmentResult
 
getKey() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getKey() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getLastModified() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getLatest(Iterable<?>, String) - Static method in class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
 
getLatestVersion(AppArtifact, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Returns the latest version for the artifact up to the version specified.
getLatestVersion(AppArtifact, String, boolean) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
getLatestVersion(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.update.DefaultUpdateDiscovery
 
getLatestVersion(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.update.UpdateDiscovery
 
getLatestVersionFromRange(AppArtifact, String) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Resolves the latest version from the specified range.
getLatestVersionFromRange(AppArtifact, String) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
getLesserPriorityArtifacts() - Method in class io.quarkus.bootstrap.model.AppModel
 
getLibraryDir() - Method in class io.quarkus.bootstrap.app.JarResult
 
getLocalRepo() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getLocalRepo(Settings) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getLocalRepositoryManager() - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
getManifest() - Method in class io.quarkus.bootstrap.classloading.AbstractClassPathElement
 
getManifest() - Method in interface io.quarkus.bootstrap.classloading.ClassPathElement
 
getManifest() - Method in class io.quarkus.bootstrap.classloading.JarClassPathElement
 
getMode() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getName() - Method in enum io.quarkus.bootstrap.resolver.update.DependenciesOrigin
 
getName() - Method in enum io.quarkus.bootstrap.resolver.update.VersionUpdate
 
getName() - Method in enum io.quarkus.bootstrap.resolver.update.VersionUpdateNumber
 
getNativeResult() - Method in class io.quarkus.bootstrap.app.AugmentResult
 
getNextVersion(AppArtifact, String, boolean, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Returns the next version of the artifact from the specified range.
getNextVersion(AppArtifact, String, boolean, String, boolean) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
getNextVersion(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.update.DefaultUpdateDiscovery
 
getNextVersion(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.update.UpdateDiscovery
 
getOptionValue(String) - Method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
getOptionValues(String) - Method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
getOriginalArtifact() - Method in class io.quarkus.bootstrap.app.JarResult
 
getOutputDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getParentFirstArtifacts() - Method in class io.quarkus.bootstrap.model.AppModel
 
getPath() - Method in class io.quarkus.bootstrap.app.ArtifactResult
 
getPath() - Method in class io.quarkus.bootstrap.app.JarResult
 
getPath() - Method in interface io.quarkus.bootstrap.classloading.ClassPathResource
 
getPath() - Method in class io.quarkus.bootstrap.model.AppArtifact
Deprecated.
getPathForLocalArtifact(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getPathForLocalMetadata(Metadata) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getPaths() - Method in class io.quarkus.bootstrap.model.AppArtifact
Collection of the paths that collectively constitute the artifact's content.
getProblems() - Method in class io.quarkus.bootstrap.resolver.maven.SettingsDecryptionResultImpl
 
getProject(String, String) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getProject(AppArtifactKey) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getProjectRoot() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getProjects() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getProperty(String, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getProperty(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getProtectionDomain(ClassLoader) - Method in interface io.quarkus.bootstrap.classloading.ClassPathElement
 
getProtectionDomain(ClassLoader) - Method in class io.quarkus.bootstrap.classloading.DirectoryClassPathElement
 
getProtectionDomain(ClassLoader) - Method in class io.quarkus.bootstrap.classloading.JarClassPathElement
 
getProtectionDomain(ClassLoader) - Method in class io.quarkus.bootstrap.classloading.MemoryClassPathElement
 
getProvidedResources() - Method in interface io.quarkus.bootstrap.classloading.ClassPathElement
Returns a set of all known resources.
getProvidedResources() - Method in class io.quarkus.bootstrap.classloading.DirectoryClassPathElement
 
getProvidedResources() - Method in class io.quarkus.bootstrap.classloading.JarClassPathElement
 
getProvidedResources() - Method in class io.quarkus.bootstrap.classloading.MemoryClassPathElement
 
getProxies() - Method in class io.quarkus.bootstrap.resolver.maven.SettingsDecryptionResultImpl
 
getProxy() - Method in class io.quarkus.bootstrap.resolver.maven.SettingsDecryptionResultImpl
 
getQuarkusBootstrap() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
getRawModel() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getRemoteRepos(RepositorySystem, RepositorySystemSession) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getRemoteRepos(Settings) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getRemoteRepos(Settings, RepositorySystem, RepositorySystemSession) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getRemoteRepositories() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getRemoteRepositoryManager() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getRepositories() - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
getRepository() - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getRepository() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getRepositorySystem() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getRepositorySystem() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getRepositorySystem(boolean, WorkspaceModelResolver) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getRepositorySystemSession() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getResolvedVersion() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getResource(String) - Method in interface io.quarkus.bootstrap.classloading.ClassPathElement
Loads a resource from the class path element, or null if it does not exist.
getResource(String) - Method in class io.quarkus.bootstrap.classloading.DirectoryClassPathElement
 
getResource(String) - Method in class io.quarkus.bootstrap.classloading.JarClassPathElement
 
getResource(String) - Method in class io.quarkus.bootstrap.classloading.MemoryClassPathElement
 
getResource(String) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
getResourceAsStream(String) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
getResourceOrigin(ClassLoader, String) - Static method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
getResources(String) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
getResourcesSourcesDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getResults() - Method in class io.quarkus.bootstrap.app.AugmentResult
 
getRootProjectBaseDir() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getRuntimeArtifact(DependencyNode) - Static method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
getRuntimeExtensionDeps() - Method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
getScope() - Method in class io.quarkus.bootstrap.model.AppDependency
 
getSelfWithLocalDeps() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getServer() - Method in class io.quarkus.bootstrap.resolver.maven.SettingsDecryptionResultImpl
 
getServers() - Method in class io.quarkus.bootstrap.resolver.maven.SettingsDecryptionResultImpl
 
getSession() - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
getSession() - Method in class io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
 
getSettings() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
getSinglePath() - Method in class io.quarkus.bootstrap.model.PathsCollection
 
getSourcesSourcesDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getStateArtifact() - Method in class io.quarkus.bootstrap.app.CurationResult
 
getStateArtifact(AppArtifact) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
Returns the provisioning state artifact for the given application artifact
getSystem() - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
getTargetDirectory() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
getTestClassesDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getType() - Method in class io.quarkus.bootstrap.app.ArtifactResult
 
getType() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getType() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getUpdateCandidates(List<Dependency>, List<AppDependency>, Set<String>) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
Filters out non-platform from application POM dependencies.
getUpdatedDependencies() - Method in class io.quarkus.bootstrap.app.CurationResult
 
getUpdatedDeps() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
getUrl() - Method in interface io.quarkus.bootstrap.classloading.ClassPathResource
 
getUserDependencies() - Method in class io.quarkus.bootstrap.model.AppModel
Dependencies that the user has added that have nothing to do with Quarkus (3rd party libs, additional modules etc)
getUserHome() - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getUserSettings() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getVersion() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getVersion() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getVersion(Model) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
getWorkspace() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
getWorkspace() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
groupId - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
groupId - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
 

H

handleExtensionProperties(Properties, String) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
Sets the parent first and excluded artifacts from a descriptor properties file
hashCode() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
hashCode() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
hashCode() - Method in class io.quarkus.bootstrap.model.AppDependency
 
hashCode() - Method in class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
 
hasOption(String) - Method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
hasUpdatedDeps() - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
hasUpdatedDeps() - Method in class io.quarkus.bootstrap.app.CurationResult
 

I

injectDeploymentDependencies(DependencyNode) - Method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
install(AppArtifact, Path) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
install(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
instance(Class<?>, Annotation...) - Method in interface io.quarkus.bootstrap.app.RunningQuarkusApplication
Looks up an instance from the CDI container of the running application.
io.quarkus.bootstrap - package io.quarkus.bootstrap
 
io.quarkus.bootstrap.app - package io.quarkus.bootstrap.app
 
io.quarkus.bootstrap.classloading - package io.quarkus.bootstrap.classloading
 
io.quarkus.bootstrap.model - package io.quarkus.bootstrap.model
 
io.quarkus.bootstrap.resolver - package io.quarkus.bootstrap.resolver
 
io.quarkus.bootstrap.resolver.maven - package io.quarkus.bootstrap.resolver.maven
 
io.quarkus.bootstrap.resolver.maven.options - package io.quarkus.bootstrap.resolver.maven.options
 
io.quarkus.bootstrap.resolver.maven.workspace - package io.quarkus.bootstrap.resolver.maven.workspace
 
io.quarkus.bootstrap.resolver.update - package io.quarkus.bootstrap.resolver.update
 
io.quarkus.bootstrap.util - package io.quarkus.bootstrap.util
 
IoUtils - Class in io.quarkus.bootstrap.util
 
IoUtils() - Constructor for class io.quarkus.bootstrap.util.IoUtils
 
isCurrentProjectExists() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
isEmpty() - Method in class io.quarkus.bootstrap.model.PathsCollection
 
isEmpty() - Method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
isForceApplicationArchive() - Method in class io.quarkus.bootstrap.app.AdditionalDependency
 
isFromState() - Method in class io.quarkus.bootstrap.app.CurationResult
 
isHotReloadable() - Method in class io.quarkus.bootstrap.app.AdditionalDependency
 
isInjectedDeps() - Method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
isIsolateDeployment() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
isOffline() - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap
 
isOffline() - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
isOptional() - Method in class io.quarkus.bootstrap.model.AppDependency
 
isQualifierHigher(String, boolean) - Method in class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
 
isResolved() - Method in class io.quarkus.bootstrap.model.AppArtifact
Whether the artifact has been resolved, i.e.
isSinglePath() - Method in class io.quarkus.bootstrap.model.PathsCollection
 
isSnapshot() - Method in class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
 
isTestClassRoot() - Method in class io.quarkus.bootstrap.app.AdditionalDependency
 
isUberJar() - Method in class io.quarkus.bootstrap.app.JarResult
 
isWindows() - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
iterator() - Method in class io.quarkus.bootstrap.model.PathsCollection
 

J

JAR - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
JarClassPathElement - Class in io.quarkus.bootstrap.classloading
A class path element that represents a file on the file system
JarClassPathElement(Path) - Constructor for class io.quarkus.bootstrap.classloading.JarClassPathElement
 
JarResult - Class in io.quarkus.bootstrap.app
 
JarResult(Path, Path, Path) - Constructor for class io.quarkus.bootstrap.app.JarResult
 
JAVA - Static variable in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 

K

key - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 

L

LESSER_PRIORITY_ARTIFACTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
listLaterVersions(AppArtifact, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Lists versions released later than the version of the artifact up to the version specified or all the later versions in case the up-to-version is not provided.
listLaterVersions(AppArtifact, String, boolean) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
listUpdates(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.update.DefaultUpdateDiscovery
 
listUpdates(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.update.UpdateDiscovery
 
load(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
load(Path, boolean) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
loadClass(String) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
loadClass(String, boolean) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
loadWorkspace(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
loadWorkspace(Path, boolean) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
loadWorkspace(BootstrapMavenContext) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
Loads the workspace the current project belongs to.
LocalProject - Class in io.quarkus.bootstrap.resolver.maven.workspace
 
localRepo - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 
localRepoManager - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
LocalWorkspace - Class in io.quarkus.bootstrap.resolver.maven.workspace
 
LocalWorkspace() - Constructor for class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
lookup(String) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapWagonProvider
 

M

MavenArtifactResolver - Class in io.quarkus.bootstrap.resolver.maven
 
MavenArtifactResolver(BootstrapMavenContext) - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
MavenArtifactResolver.Builder - Class in io.quarkus.bootstrap.resolver.maven
 
MavenLocalRepositoryManager - Class in io.quarkus.bootstrap.resolver.maven
 
MavenLocalRepositoryManager(LocalRepositoryManager, Path) - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
MavenLocalRepositoryManager(LocalRepositoryManager, Path, boolean) - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
MavenModelBuilder - Class in io.quarkus.bootstrap.resolver.maven
 
MavenModelBuilder(WorkspaceModelResolver, BootstrapMavenOptions, List<Profile>) - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenModelBuilder
 
MavenRepoInitializer - Class in io.quarkus.bootstrap.resolver.maven
Deprecated.
MavenRepoInitializer() - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
MemoryClassPathElement - Class in io.quarkus.bootstrap.classloading
 
MemoryClassPathElement(Map<String, byte[]>) - Constructor for class io.quarkus.bootstrap.classloading.MemoryClassPathElement
 
META_INF - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
META_INF_SERVICES - Static variable in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
mkdirs(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
ModelUtils - Class in io.quarkus.bootstrap.resolver.maven.workspace
 
ModelUtils() - Constructor for class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
mvn - Variable in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 

N

newDefaultRepository() - Static method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
newFileSystem(URI, Map<String, ?>) - Static method in class io.quarkus.bootstrap.util.ZipUtils
This call is not thread safe, a single of FileSystem can be created for the profided uri until it is closed.
newFileSystem(Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
This call is thread safe, a new FS is created for each invocation.
newInstance() - Static method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
newInstance() - Static method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
newInstance(String) - Static method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
newResolutionRepositories(List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
newSession(RepositorySystem) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
newSession(RepositorySystem, Settings) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
Deprecated.
 
newZip(Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 

O

of(Path...) - Static method in class io.quarkus.bootstrap.model.PathsCollection
 
offline - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 

P

PARENT_FIRST_ARTIFACTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
parse(String) - Static method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
parse(String[]) - Static method in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptionsParser
 
paths - Variable in class io.quarkus.bootstrap.model.AppArtifact
 
PathsCollection - Class in io.quarkus.bootstrap.model
 
PathsCollection.Builder - Class in io.quarkus.bootstrap.model
 
persist(AppModelResolver) - Method in class io.quarkus.bootstrap.app.CurationResult
 
persistModel(Path, Model) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
POM - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
PROJECT_GROUPID - Static variable in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
PROP_DEPLOYMENT_ARTIFACT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
PropertyUtils - Class in io.quarkus.bootstrap.util
 
put(Object, Object) - Method in class io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
 

Q

QUARKUS_EXTENSION_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
QUARKUS_INTERNAL_MAVEN_CMD_LINE_ARGS - Static variable in class io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions
 
QuarkusBootstrap - Class in io.quarkus.bootstrap.app
The entry point for starting/building a Quarkus application.
QuarkusBootstrap.Builder - Class in io.quarkus.bootstrap.app
 
QuarkusBootstrap.Mode - Enum in io.quarkus.bootstrap.app
 
QuarkusClassLoader - Class in io.quarkus.bootstrap.classloading
The ClassLoader used for non production Quarkus applications (i.e.
QuarkusClassLoader.Builder - Class in io.quarkus.bootstrap.classloading
 

R

readAppModel(Path, AppArtifact) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
readFile(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
readModel(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
readModel(InputStream) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
readStreamContents(InputStream) - Static method in class io.quarkus.bootstrap.classloading.JarClassPathElement
 
recursiveDelete(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
release(Wagon) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapWagonProvider
 
relink(AppArtifact, Path) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
(Re-)links an artifact to a path.
relink(AppArtifact, Path) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
relink(String, String, String, String, String, Path) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
reloadExistingApplication(Set<String>) - Method in interface io.quarkus.bootstrap.app.AugmentAction
 
remoteRepoManager - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
remoteRepos - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 
remoteRepos - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
repoSession - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 
repoSession - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
repoSystem - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 
repoSystem - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
reset(Map<String, byte[]>) - Method in class io.quarkus.bootstrap.classloading.MemoryClassPathElement
 
reset(Map<String, byte[]>, Map<String, List<BiFunction<String, ClassVisitor, ClassVisitor>>>, ClassLoader) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
resolve(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Resolves an artifact.
resolve(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolve(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolve(Artifact, List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolve(List<ArtifactRequest>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveAppArtifact(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
resolveAppModel() - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
resolveArtifactRepos(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolveDependencies(Artifact, List<Dependency>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveDependencies(Artifact, List<Dependency>, List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveDescriptor(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveDescriptor(Artifact, List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveEffectiveModel(String, String, String) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
resolveExistingOrNull(String) - Method in class io.quarkus.bootstrap.model.PathsCollection
 
resolveLocalRepo(Settings) - Static method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContext
 
resolveManagedDependencies(Artifact, List<Dependency>, List<Dependency>, List<RemoteRepository>, String...) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveManagedModel(AppArtifact, List<AppDependency>, AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
 
resolveManagedModel(AppArtifact, List<AppDependency>, AppArtifact) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolveModel(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Resolve dependencies that are required at runtime, excluding test and optional dependencies.
resolveModel(AppArtifact, List<AppDependency>) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Resolve artifact dependencies given the specific versions of the direct dependencies
resolveModel(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolveModel(AppArtifact, List<AppDependency>) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolveRawModel(String, String, String) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
resolveUserDependencies(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Resolve application direct and transitive dependencies configured by the user.
resolveUserDependencies(AppArtifact, List<AppDependency>) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Resolve application direct and transitive dependencies configured by the user, given the specific versions of the direct dependencies.
resolveUserDependencies(AppArtifact, List<AppDependency>) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolveVersionRange(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
run(String...) - Method in interface io.quarkus.bootstrap.app.StartupAction
 
runInAugmentClassLoader(String, Map<String, Object>) - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
runInBaseRuntimeClassLoader(String, Map<String, Object>) - Method in class io.quarkus.bootstrap.app.CuratedApplication
 
runMainClass(String...) - Method in interface io.quarkus.bootstrap.app.StartupAction
Runs the application by running the main method of the main class.
RunningQuarkusApplication - Interface in io.quarkus.bootstrap.app
 

S

SecDispatcherImpl - Class in io.quarkus.bootstrap.resolver.maven
 
SecDispatcherImpl() - Constructor for class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 
SERIALIZED_APP_MODEL - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
setAggregateParentResources(boolean) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
If this is true then a getResources call will always include the parent resources.
setAppArtifact(AppArtifact) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setAppArtifact(AppArtifact) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setAppArtifact(AppArtifact) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
setApplicationRoot(Path) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setAppModelResolver(AppModelResolver) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setArtifactTransferLogging(boolean) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
Whether to enable progress logging of artifact transfers.
setBaseClassLoader(ClassLoader) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setBaseName(String) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setBootstrapAppModelResolver(AppModelResolver) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setBuildSystemProperties(Properties) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setBuildTreeLogger(Consumer<String>) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
setBytecodeTransformers(Map<String, List<BiFunction<String, ClassVisitor, ClassVisitor>>>) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
Sets any bytecode transformers that should be applied to this Class Loader
setConfigurationFile(String) - Method in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 
setCurrentProject(LocalProject) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
Workspace in the context of which this configuration is being initialized
setCurrentProject(String) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
The meaning of this option is equivalent to alternative POM in Maven, which can be specified with command line argument '-f'.
setDependenciesOrigin(DependenciesOrigin) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setDependenciesOrigin(DependenciesOrigin) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setDevMode(boolean) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setDevMode(boolean) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
Indicates whether application should be resolved to set up the dev mode.
setEnableClasspathCache(boolean) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setForcedDependencies(List<AppDependency>) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
If set, each of these dependencies will either be added to the application dependencies if the GA doesn't match any application dependencies, or override the existing version if the GA does match
setForcedDependencies(List<AppDependency>) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setIsolateDeployment(boolean) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
If the deployment should use an isolated (aka parent last) classloader.
setLocalProjectDiscovery(boolean) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setLocalProjectsDiscovery(Boolean) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setLocalRepository(String) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
Local repository location
setManagingProject(AppArtifact) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setManagingProject(AppArtifact) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setMavenArtifactResolver(MavenArtifactResolver) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setMavenArtifactResolver(MavenArtifactResolver) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setMode(QuarkusBootstrap.Mode) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setOffline(boolean) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setOffline(Boolean) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setOffline(boolean) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
Whether to operate offline
setPath(Path) - Method in class io.quarkus.bootstrap.model.AppArtifact
Associates the artifact with the given path
setPaths(PathsCollection) - Method in class io.quarkus.bootstrap.model.AppArtifact
Associates the artifact with a collection of paths that constitute its content.
setProjectRoot(Path) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setProjectRoot(Path) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setRemoteRepositories(List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
Remote repositories that should be used by the resolver
setRepoHome(Path) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
setRepositorySystem(RepositorySystem) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
RepositorySystem that should be used by the resolver
setRepositorySystemSession(RepositorySystemSession) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
RepositorySystemSession that should be used by the resolver
setResettableElement(MemoryClassPathElement) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
Adds a resettable MemoryClassPathElement to the class loader.
setReTryFailedResolutionsAgainstDefaultLocalRepo(boolean) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
In case custom local repository location is configured using MavenArtifactResolver.Builder.setRepoHome(Path), this method can be used to enable artifact resolutions that failed for the configured custom local repository to be re-tried against the default user local repository before failing.
setTargetDirectory(Path) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setTest(boolean) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setTest(boolean) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setTest(boolean) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
SettingsDecrypterImpl - Class in io.quarkus.bootstrap.resolver.maven
 
SettingsDecrypterImpl() - Constructor for class io.quarkus.bootstrap.resolver.maven.SettingsDecrypterImpl
 
SettingsDecryptionResultImpl - Class in io.quarkus.bootstrap.resolver.maven
 
setTransformerClassLoader(ClassLoader) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader.Builder
 
setUserSettings(File) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
User Maven settings file location
setVersionUpdate(VersionUpdate) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setVersionUpdate(VersionUpdate) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setVersionUpdateNumber(VersionUpdateNumber) - Method in class io.quarkus.bootstrap.app.QuarkusBootstrap.Builder
 
setVersionUpdateNumber(VersionUpdateNumber) - Method in class io.quarkus.bootstrap.BootstrapAppModelFactory
 
setWorkspaceDiscovery(boolean) - Method in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
Enables or disables workspace discovery.
SimpleDependencyGraphTransformationContext - Class in io.quarkus.bootstrap.resolver.maven
 
SimpleDependencyGraphTransformationContext(RepositorySystemSession) - Constructor for class io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
 
SNAPSHOT - Static variable in class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
 
split(String, String[]) - Static method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
split(String, String[], int) - Static method in class io.quarkus.bootstrap.model.AppArtifactKey
 
StartupAction - Interface in io.quarkus.bootstrap.app
 
SYSTEM_PROPERTY_SEC_LOCATION - Static variable in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 

T

test(Path) - Static method in class io.quarkus.bootstrap.app.AdditionalDependency
Creates additional test dependency
test - Variable in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
toArtifact(String) - Static method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
toArtifact(String, int) - Static method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
toDependencyTree(List<Dependency>, List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
Turns the list of dependencies into a simple dependency tree
toString() - Method in class io.quarkus.bootstrap.classloading.DirectoryClassPathElement
 
toString() - Method in class io.quarkus.bootstrap.classloading.JarClassPathElement
 
toString() - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
toString() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
toString() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
toString() - Method in class io.quarkus.bootstrap.model.AppDependency
 
toString() - Method in class io.quarkus.bootstrap.model.AppModel
 
toString() - Method in class io.quarkus.bootstrap.model.PathsCollection
 
toString() - Method in class io.quarkus.bootstrap.resolver.update.DefaultArtifactVersion
 
toString() - Method in enum io.quarkus.bootstrap.resolver.update.DependenciesOrigin
 
toString() - Method in enum io.quarkus.bootstrap.resolver.update.VersionUpdate
 
toString() - Method in enum io.quarkus.bootstrap.resolver.update.VersionUpdateNumber
 
toZipUri(Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 
type - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
type - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
 
TYPE_ATTR - Static variable in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 
TYPE_JAR - Static variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
TYPE_POM - Static variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 

U

UnresolvedVersionException - Exception in io.quarkus.bootstrap.resolver.maven.workspace
Thrown if a "Maven CI Friendly Versions" property in the version could not be resolved.
UnresolvedVersionException(String) - Constructor for exception io.quarkus.bootstrap.resolver.maven.workspace.UnresolvedVersionException
 
unzip(Path, Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 
UpdateDiscovery - Interface in io.quarkus.bootstrap.resolver.update
 
userSettings - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 

V

valueOf(String) - Static method in enum io.quarkus.bootstrap.app.QuarkusBootstrap.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.bootstrap.resolver.update.DependenciesOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.bootstrap.resolver.update.VersionUpdate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.bootstrap.resolver.update.VersionUpdateNumber
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.bootstrap.app.QuarkusBootstrap.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.bootstrap.resolver.update.DependenciesOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.bootstrap.resolver.update.VersionUpdate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.bootstrap.resolver.update.VersionUpdateNumber
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
VersionUpdate - Enum in io.quarkus.bootstrap.resolver.update
Indicates which update policy should be applied.
VersionUpdateNumber - Enum in io.quarkus.bootstrap.resolver.update
Indicates which version number is allowed to be updated.
visibleDefineClass(String, byte[], int, int) - Method in class io.quarkus.bootstrap.classloading.QuarkusClassLoader
 
visit(DependencyNode) - Method in class io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor
 

W

workspaceDiscovery - Variable in class io.quarkus.bootstrap.resolver.maven.BootstrapMavenContextConfig
 
wrapForJDK8232879(OutputStream) - Static method in class io.quarkus.bootstrap.util.ZipUtils
This is a hack to get past the JDK-8232879 issue which causes CRC errors when writing out data to (jar) files using ZipFileSystem.
writeFile(Path, String) - Static method in class io.quarkus.bootstrap.util.IoUtils
 

Z

zip(Path, Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 
ZipUtils - Class in io.quarkus.bootstrap.util
 
ZipUtils() - Constructor for class io.quarkus.bootstrap.util.ZipUtils
 

_

_cipher - Variable in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
DefaultHandler
_configurationFile - Variable in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
 
_decryptors - Variable in class io.quarkus.bootstrap.resolver.maven.SecDispatcherImpl
All available dispatchers
A B C D E F G H I J K L M N O P Q R S T U V W Z _ 
Skip navigation links
Quarkus - Bootstrap - Core 1.4.1.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.