Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(String, Consumer<PathVisit>) - Method in class io.quarkus.paths.ArchivePathTree
- accept(String, Consumer<PathVisit>) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- accept(String, Consumer<PathVisit>) - Method in class io.quarkus.paths.EmptyPathTree
- accept(String, Consumer<PathVisit>) - Method in class io.quarkus.paths.FilteredPathTree
- accept(String, Consumer<PathVisit>) - Method in class io.quarkus.paths.MultiRootPathTree
- accept(String, Consumer<PathVisit>) - Method in class io.quarkus.paths.OpenContainerPathTree
- accept(String, Consumer<PathVisit>) - Method in interface io.quarkus.paths.PathTree
-
Consumes a given resource from the tree.
- acceptAll(String, Consumer<PathVisit>) - Method in class io.quarkus.paths.FilteredPathTree
- acceptAll(String, Consumer<PathVisit>) - Method in class io.quarkus.paths.MultiRootPathTree
- acceptAll(String, Consumer<PathVisit>) - Method in interface io.quarkus.paths.PathTree
-
Consumes a given resource from the tree.
- add(String) - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
-
Adds a standard option without a value.
- add(String, String) - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
-
Adds a standard option with a value.
- add(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
- add(Path) - Method in class io.quarkus.paths.PathList.Builder
- add(Path...) - Method in class io.quarkus.bootstrap.model.PathsCollection
- add(Path...) - Method in interface io.quarkus.paths.PathCollection
- add(Path...) - Method in class io.quarkus.paths.PathList
- addAll(JvmOptions) - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
-
Adds JVM options with their values.
- addAll(String, Collection<String>) - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
-
Adds a standard option with multiple values.
- addAllFirst(Iterable<Path>) - Method in class io.quarkus.bootstrap.model.PathsCollection
- addAllFirst(Iterable<Path>) - Method in interface io.quarkus.paths.PathCollection
- addAllFirst(Iterable<Path>) - Method in class io.quarkus.paths.PathList
- addArtifactSources(ArtifactSources) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- addArtifactSources(ArtifactSources) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- addComponent(ResolvedDependency) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Adds a Maven dependency as a component.
- addComponent(ResolvedDependency, Path) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Adds a Maven dependency as a component with a file path that differs from the dependency's resolved path (e.g. after copying to a distribution directory).
- addComponent(ResolvedDependency, Path, String) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Adds a Maven dependency as a component with a custom file path and optional pedigree notes describing modifications (e.g. tree-shaken classes).
- addComponent(ComponentDescriptor) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Adds a nested (bundled) component to this component.
- addComponent(ComponentDescriptor) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Adds an extra component descriptor not derived from the application model.
- addComponent(ComponentDescriptor) - Method in class io.quarkus.sbom.SbomContribution.Builder
- addConflict(String, String) - Method in class io.quarkus.bootstrap.model.CapabilityErrors
- addDependencies(Collection<ArtifactCoords>) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- addDependencies(Collection<ResolvedDependencyBuilder>) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addDependency(ArtifactCoords) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- addDependency(Dependency) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- addDependency(Dependency) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- addDependency(ResolvedDependencyBuilder) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addDependency(ComponentDependencies) - Method in class io.quarkus.sbom.SbomContribution.Builder
- addDependencyConstraint(Dependency) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- addDependencyConstraint(Dependency) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- addDependsOn(String) - Method in class io.quarkus.sbom.ComponentDependencies.Builder
- addExcludedArtifact(ArtifactKey) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addExcludedArtifacts(List<ArtifactKey>) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addExclusion(ArtifactKey) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- addExclusion(ArtifactKey) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- addExclusion(String, String) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- addExclusion(String, String) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- addExports() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the parsed value of the
Add-Exportsattribute, or an empty map if it is absent. - addExtensionCapabilities(ExtensionCapabilities) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addFileDependency(Path, Path) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Declares that the component at
parentpath depends on the component atchildpath. - addFirst(Path...) - Method in class io.quarkus.bootstrap.model.PathsCollection
- addFirst(Path...) - Method in interface io.quarkus.paths.PathCollection
- addFirst(Path...) - Method in class io.quarkus.paths.PathList
- addFromQuarkusExtensionProperty(String, String) - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
- addLesserPriorityArtifact(ArtifactKey) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addLesserPriorityArtifacts(List<ArtifactKey>) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addLicense(LicenseInfo) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Adds a license to this component.
- addMissing(String, String) - Method in class io.quarkus.bootstrap.model.CapabilityErrors
- addOpens() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the parsed value of the
Add-Opensattribute, or an empty map if it is absent. - addParentFirstArtifact(ArtifactKey) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addParentFirstArtifacts(List<ArtifactKey>) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addPlatformDescriptor(String, String, String, String, String) - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- addPlatformProperties(String, String, String, String, String, Path) - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- addQualifier(String, String) - Method in class io.quarkus.sbom.Purl.Builder
- addReloadableWorkspaceModule(ArtifactKey) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addReloadableWorkspaceModules(Collection<ArtifactKey>) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addRemovedResources(ArtifactKey, Collection<String>) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addResources(SourceDir) - Method in class io.quarkus.bootstrap.workspace.DefaultArtifactSources
- addRunnerParentFirstArtifact(ArtifactKey) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addRunnerParentFirstArtifacts(List<ArtifactKey>) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- addSources(SourceDir) - Method in class io.quarkus.bootstrap.workspace.DefaultArtifactSources
- addToQuarkusExtensionProperties(Properties) - Method in interface io.quarkus.bootstrap.model.JvmOption
-
Adds an option with its values as a property.
- addToQuarkusExtensionProperties(Properties) - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- addValue(String) - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- addXxOption(String, String) - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
-
Adds a non-standard option that should be prefixed with
-XX:when added to the command line with a value. - append(StringBuilder) - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- append(StringBuilder) - Method in class io.quarkus.maven.dependency.GACTV
- ApplicationModel - Interface in io.quarkus.bootstrap.model
-
Application dependency model.
- ApplicationModelBuilder - Class in io.quarkus.bootstrap.model
- ApplicationModelBuilder() - Constructor for class io.quarkus.bootstrap.model.ApplicationModelBuilder
- apply(String, Function<PathVisit, T>) - Method in class io.quarkus.paths.EmptyPathTree
- apply(String, Function<PathVisit, T>) - Method in class io.quarkus.paths.FilteredPathTree
- apply(String, Function<PathVisit, T>) - Method in class io.quarkus.paths.MultiRootPathTree
- apply(String, Function<PathVisit, T>) - Method in interface io.quarkus.paths.PathTree
-
Applies a function to a given resource in the tree.
- apply(String, Function<PathVisit, T>) - Method in class io.quarkus.paths.PathTreeWithManifest
- apply(String, Function<PathVisit, T>, boolean) - Method in class io.quarkus.paths.ArchivePathTree
- apply(String, Function<PathVisit, T>, boolean) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- apply(String, Function<PathVisit, T>, boolean) - Method in class io.quarkus.paths.OpenContainerPathTree
- apply(String, Function<PathVisit, T>, boolean) - Method in class io.quarkus.paths.PathTreeWithManifest
- AppModelResolver - Interface in io.quarkus.bootstrap.resolver
-
Application model resolver used to resolve application and/or its dependency artifacts.
- AppModelResolverException - Exception Class in io.quarkus.bootstrap.resolver
- AppModelResolverException(String) - Constructor for exception class io.quarkus.bootstrap.resolver.AppModelResolverException
- AppModelResolverException(String, Throwable) - Constructor for exception class io.quarkus.bootstrap.resolver.AppModelResolverException
- archive - Variable in class io.quarkus.paths.ArchivePathTree
- ArchivePathTree - Class in io.quarkus.paths
- ArchivePathTree.OpenArchivePathTree - Class in io.quarkus.paths
-
Thread-safe view of an open archive backed by a
ReadOnlyZipFileSystem. - ArtifactCoords - Class in io.quarkus.maven
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ArtifactCoords - Interface in io.quarkus.maven.dependency
- ArtifactCoords(ArtifactKey, String) - Constructor for class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- ArtifactCoords(String[]) - Constructor for class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- ArtifactCoords(String, String, String) - Constructor for class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- ArtifactCoords(String, String, String, String) - Constructor for class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- ArtifactCoords(String, String, String, String, String) - Constructor for class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- ArtifactCoordsPattern - Class in io.quarkus.maven.dependency
-
A general purpose pattern for matching artifact coordinates (i.e. quintupless consisting of
groupId,artifactId,classifier,typeandversion). - ArtifactCoordsPattern.Builder - Class in io.quarkus.maven.dependency
-
A
ArtifactCoordsPatternbuilder. - ArtifactDependency - Class in io.quarkus.maven.dependency
- ArtifactDependency(AbstractDependencyBuilder<?, ?>) - Constructor for class io.quarkus.maven.dependency.ArtifactDependency
- ArtifactDependency(ArtifactCoords, int...) - Constructor for class io.quarkus.maven.dependency.ArtifactDependency
- ArtifactDependency(ArtifactCoords, String, int...) - Constructor for class io.quarkus.maven.dependency.ArtifactDependency
- ArtifactDependency(Dependency) - Constructor for class io.quarkus.maven.dependency.ArtifactDependency
- ArtifactDependency(String, String, String, String, String) - Constructor for class io.quarkus.maven.dependency.ArtifactDependency
- ArtifactDependency(String, String, String, String, String, int) - Constructor for class io.quarkus.maven.dependency.ArtifactDependency
- ArtifactDependency(String, String, String, String, String, String, boolean) - Constructor for class io.quarkus.maven.dependency.ArtifactDependency
- artifactId - Variable in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- artifactId - Variable in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- artifactId - Variable in class io.quarkus.maven.dependency.GACT
- ArtifactKey - Class in io.quarkus.maven
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ArtifactKey - Interface in io.quarkus.maven.dependency
- ArtifactKey(String[]) - Constructor for class io.quarkus.maven.ArtifactKey
-
Deprecated.
- ArtifactKey(String, String) - Constructor for class io.quarkus.maven.ArtifactKey
-
Deprecated.
- ArtifactKey(String, String, String) - Constructor for class io.quarkus.maven.ArtifactKey
-
Deprecated.
- ArtifactKey(String, String, String, String) - Constructor for class io.quarkus.maven.ArtifactKey
-
Deprecated.
- ArtifactSources - Interface in io.quarkus.bootstrap.workspace
- asCollection() - Method in interface io.quarkus.bootstrap.model.JvmOptions
-
Collection of JVM arguments.
- asMap() - Method in interface io.quarkus.bootstrap.model.Mappable
-
Invokes
Mappable.asMap(MappableCollectionFactory)with the defaultMappableCollectionFactoryimplementation. - asMap(MappableCollectionFactory) - Method in interface io.quarkus.bootstrap.model.ApplicationModel
- asMap(MappableCollectionFactory) - Method in interface io.quarkus.bootstrap.model.ExtensionCapabilities
- asMap(MappableCollectionFactory) - Method in class io.quarkus.bootstrap.model.ExtensionDevModeConfig
- asMap(MappableCollectionFactory) - Method in interface io.quarkus.bootstrap.model.Mappable
-
Returns an instance of a
Mapthat represents this instance. - asMap(MappableCollectionFactory) - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- asMap(MappableCollectionFactory) - Method in interface io.quarkus.bootstrap.model.PlatformImports
- asMap(MappableCollectionFactory) - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
- asMap(MappableCollectionFactory) - Method in interface io.quarkus.bootstrap.workspace.ArtifactSources
- asMap(MappableCollectionFactory) - Method in class io.quarkus.bootstrap.workspace.LazySourceDir
- asMap(MappableCollectionFactory) - Method in interface io.quarkus.bootstrap.workspace.SourceDir
- asMap(MappableCollectionFactory) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- asMap(MappableCollectionFactory) - Method in class io.quarkus.maven.dependency.ArtifactDependency
- asMap(MappableCollectionFactory) - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- asMap(MappableCollectionFactory) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- asMap(MappableCollectionFactory) - Method in class io.quarkus.paths.PathFilter
- asMaps(Collection<T>, MappableCollectionFactory) - Static method in interface io.quarkus.bootstrap.model.Mappable
- asString(Path, String) - Static method in interface io.quarkus.paths.PathTreeUtils
-
Returns a path as a string using the specified separator.
- automaticModuleName() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Automatic-Module-Nameattribute, ornullif it is absent.
B
- bomRef - Variable in class io.quarkus.sbom.ComponentDescriptor
- BootstrapConstants - Interface in io.quarkus.bootstrap
- BootstrapDebug - Class in io.quarkus.bootstrap
- BootstrapUtils - Class in io.quarkus.bootstrap.util
- BootstrapUtils() - Constructor for class io.quarkus.bootstrap.util.BootstrapUtils
- build() - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- build() - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
-
Finalizes a collection of JVM options by creating an instance of
JvmOptions. - build() - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
- build() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- build() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- build() - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern.Builder
- build() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- build() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- build() - Method in class io.quarkus.paths.PathList.Builder
- build() - Method in class io.quarkus.paths.PathTreeBuilder
- build() - Method in class io.quarkus.sbom.ComponentDependencies.Builder
- build() - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Builds an immutable ComponentDescriptor from this builder.
- build() - Method in class io.quarkus.sbom.Purl.Builder
- build() - Method in class io.quarkus.sbom.SbomContribution.Builder
- BUILD_STEPS_PATH - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- builder() - Static method in interface io.quarkus.bootstrap.model.JvmOptions
-
Creates a new JVM arguments builder instance.
- builder() - Static method in class io.quarkus.bootstrap.model.PathsCollection
- builder() - Static method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- builder() - Static method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- builder() - Static method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
- builder() - Static method in class io.quarkus.paths.PathList
- builder() - Static method in class io.quarkus.sbom.ComponentDependencies
- builder() - Static method in class io.quarkus.sbom.ComponentDescriptor
-
Creates a new builder for constructing a ComponentDescriptor.
- builder() - Static method in class io.quarkus.sbom.Purl
- builder() - Static method in class io.quarkus.sbom.SbomContribution
- Builder(ComponentDescriptor) - Constructor for class io.quarkus.sbom.ComponentDescriptor.Builder
-
Creates a builder initialized with values from an existing ComponentDescriptor.
C
- CapabilityContract - Class in io.quarkus.bootstrap.model
- CapabilityContract(String, Collection<String>) - Constructor for class io.quarkus.bootstrap.model.CapabilityContract
-
Deprecated, for removal: This API element is subject to removal in a future version.
- CapabilityContract(String, Collection<String>, Collection<String>) - Constructor for class io.quarkus.bootstrap.model.CapabilityContract
- CapabilityErrors - Class in io.quarkus.bootstrap.model
- CapabilityErrors() - Constructor for class io.quarkus.bootstrap.model.CapabilityErrors
- classifier - Variable in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- classifier - Variable in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- classifier - Variable in class io.quarkus.maven.dependency.GACT
- CLASSLOADER_LESSER_PRIORITY - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- CLASSLOADER_PARENT_FIRST - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- CLASSLOADER_RUNNER_PARENT_FIRST - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- clearExcludedArtifacts() - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- clearFlag(int) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- clearFlag(int) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- close() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- close() - Method in class io.quarkus.paths.DirectoryPathTree
- close() - Method in class io.quarkus.paths.EmptyPathTree
- close() - Method in class io.quarkus.paths.MultiRootPathTree
- compareTo(ArtifactKey) - Method in interface io.quarkus.maven.dependency.ArtifactKey
- COMPILE_ONLY - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
-
Compile-only dependencies are those that are configured to be included only for the compile phase (
provideddependency scope in Maven,compileOnlyconfiguration in Gradle). - ComponentDependencies - Class in io.quarkus.sbom
-
Represents the dependency relationships of a single component in an SBOM.
- ComponentDependencies.Builder - Class in io.quarkus.sbom
- ComponentDescriptor - Class in io.quarkus.sbom
-
A generic, ecosystem-agnostic descriptor for software components intended for SBOM contributions.
- ComponentDescriptor.Builder - Class in io.quarkus.sbom
-
Builder for constructing ComponentDescriptor instances.
- components - Variable in class io.quarkus.sbom.ComponentDescriptor
- components() - Method in class io.quarkus.sbom.SbomContribution
- computeModuleName(ResolvedDependency) - Static method in interface io.quarkus.maven.dependency.ResolvedDependency
- CONDITIONAL_DEPENDENCIES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- CONDITIONAL_DEV_DEPENDENCIES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- Construct Description * Matches a (possibly empty) sequence of characters that does not contain slash (/) ** Matches a (possibly empty) sequence of characters that may contain slash (/) ? Matches one character, but not slash [abc] Matches one character given in the bracket, but not slash [a-z] Matches one character from the range given in the bracket, but not slash [!abc] Matches one character not named in the bracket; does not match slash [a-z] Matches one character outside the range given in the bracket; does not match slash {one,two,three} Matches any of the alternating tokens separated by comma; the tokens may contain wildcards, nested alternations and ranges \ The escape character - Search tag in io.quarkus.util.GlobUtil.toRegexPattern(String)
- Section
- contains(String) - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
-
Checks whether an option with a given name is set.
- contains(String) - Method in class io.quarkus.paths.ArchivePathTree
- contains(String) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- contains(String) - Method in class io.quarkus.paths.EmptyPathTree
- contains(String) - Method in class io.quarkus.paths.FilteredPathTree
- contains(String) - Method in class io.quarkus.paths.MultiRootPathTree
- contains(String) - Method in class io.quarkus.paths.OpenContainerPathTree
- contains(String) - Method in interface io.quarkus.paths.PathTree
-
Checks whether the tree contains a resource.
- contains(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
- contains(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection
- contains(Path) - Method in interface io.quarkus.paths.PathCollection
- contains(Path) - Method in class io.quarkus.paths.PathList.Builder
- contains(Path) - Method in class io.quarkus.paths.PathList
- containsCaseSensitivePath(PathTree, String) - Static method in interface io.quarkus.paths.PathTreeUtils
-
Checks whether a path tree contains a given relative path respecting case sensitivity even on Windows.
- copy(OutputStream, InputStream) - Static method in class io.quarkus.bootstrap.util.IoUtils
-
Copy the input stream to the given output stream.
- copy(Path, Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
- CoreSbomContributionConfig - Class in io.quarkus.sbom
-
Assembles the core Quarkus application SBOM contribution from Maven artifacts and packaged files.
- CoreSbomContributionConfig() - Constructor for class io.quarkus.sbom.CoreSbomContributionConfig
- createOrEmptyDir(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
-
Creates a new empty directory or empties an existing one.
- createRandomDir(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
- createRandomTmpDir() - Static method in class io.quarkus.bootstrap.util.IoUtils
- createTmpDir(String) - Static method in class io.quarkus.bootstrap.util.IoUtils
D
- DEBUG_CLASSES_DIR - Static variable in class io.quarkus.bootstrap.BootstrapDebug
-
Deprecated.Use
BootstrapDebug.debugClassesDir()instead for more flexibility when testing. - DEBUG_SOURCES_DIR - Static variable in class io.quarkus.bootstrap.BootstrapDebug
-
Deprecated.Use
BootstrapDebug.debugSourcesDir()instead for more flexibility when testing. - DEBUG_TRANSFORMED_CLASSES_DIR - Static variable in class io.quarkus.bootstrap.BootstrapDebug
-
Deprecated.Use
BootstrapDebug.transformedClassesDir()instead for more flexibility when testing. - debugClassesDir() - Static method in class io.quarkus.bootstrap.BootstrapDebug
- debugSourcesDir() - Static method in class io.quarkus.bootstrap.BootstrapDebug
- DEFAULT_CLASSIFIER - Static variable in interface io.quarkus.maven.dependency.ArtifactCoords
- DefaultApplicationModel - Class in io.quarkus.bootstrap.model
- DefaultApplicationModel(ApplicationModelBuilder) - Constructor for class io.quarkus.bootstrap.model.DefaultApplicationModel
- DefaultArtifactSources - Class in io.quarkus.bootstrap.workspace
- DefaultArtifactSources(String, Collection<SourceDir>, Collection<SourceDir>) - Constructor for class io.quarkus.bootstrap.workspace.DefaultArtifactSources
- defaultInstance() - Static method in interface io.quarkus.bootstrap.model.MappableCollectionFactory
- DefaultSourceDir - Class in io.quarkus.bootstrap.workspace
- DefaultSourceDir(PathTree, PathTree, PathTree, Map<Object, Object>) - Constructor for class io.quarkus.bootstrap.workspace.DefaultSourceDir
- DefaultSourceDir(Path, Path, Path) - Constructor for class io.quarkus.bootstrap.workspace.DefaultSourceDir
- DefaultSourceDir(Path, Path, Path, Map<Object, Object>) - Constructor for class io.quarkus.bootstrap.workspace.DefaultSourceDir
- DefaultWorkspaceModule - Class in io.quarkus.bootstrap.workspace
- DefaultWorkspaceModule(WorkspaceModuleId, File, File) - Constructor for class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- DefaultWorkspaceModule.Builder - Class in io.quarkus.bootstrap.workspace
- dependencies() - Method in class io.quarkus.sbom.SbomContribution
- Dependency - Interface in io.quarkus.maven.dependency
- DEPENDENCY_CONDITION - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- DependencyBuilder - Class in io.quarkus.maven.dependency
- DependencyBuilder() - Constructor for class io.quarkus.maven.dependency.DependencyBuilder
- DependencyFlags - Interface in io.quarkus.maven.dependency
- DEPLOYMENT_CP - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- description - Variable in class io.quarkus.sbom.ComponentDescriptor
- DESCRIPTOR_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- DESCRIPTOR_PATH - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- deserializeQuarkusModel(Path) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methods
- DIRECT - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- DirectoryPathTree - Class in io.quarkus.paths
- DirectoryPathTree() - Constructor for class io.quarkus.paths.DirectoryPathTree
-
For deserialization
- DirectoryPathTree(Path) - Constructor for class io.quarkus.paths.DirectoryPathTree
- DirectoryPathTree(Path, PathFilter) - Constructor for class io.quarkus.paths.DirectoryPathTree
- DirectoryPathTree(Path, PathFilter, boolean) - Constructor for class io.quarkus.paths.DirectoryPathTree
- DirectoryPathTree(Path, PathFilter, PathTreeWithManifest) - Constructor for class io.quarkus.paths.DirectoryPathTree
- distributionPath - Variable in class io.quarkus.sbom.ComponentDescriptor
E
- empty() - Static method in class io.quarkus.paths.PathList
- EMPTY - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- EmptyPathTree - Class in io.quarkus.paths
- EmptyPathTree() - Constructor for class io.quarkus.paths.EmptyPathTree
- enableNativeAccess() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns
trueif the value of theEnable-Native-Accessattribute is present and equal toALL-UNNAMEDorfalseotherwise. - ensureImmutable() - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
- ensureImmutable() - Method in class io.quarkus.sbom.ComponentDescriptor
- equals(Object) - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- equals(Object) - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- equals(Object) - Method in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- equals(Object) - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
- equals(Object) - Method in class io.quarkus.maven.dependency.ArtifactDependency
- equals(Object) - Method in class io.quarkus.maven.dependency.GACT
- equals(Object) - Method in class io.quarkus.maven.dependency.GACTV
- equals(Object) - Method in class io.quarkus.maven.dependency.GAV
- equals(Object) - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- equals(Object) - Method in class io.quarkus.paths.ArchivePathTree
- equals(Object) - Method in class io.quarkus.paths.MultiRootPathTree
- equals(Object) - Method in class io.quarkus.paths.OpenContainerPathTree
- equals(Object) - Method in class io.quarkus.paths.PathFilter
- equals(Object) - Method in class io.quarkus.paths.PathList
- equals(Object) - Method in record class io.quarkus.sbom.LicenseInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.quarkus.sbom.Purl
- exclude(String) - Method in class io.quarkus.paths.PathTreeBuilder
- EXCLUDED_ARTIFACTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- EXCLUDED_ARTIFACTS - Static variable in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- exportModel(ApplicationModel, boolean) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methods
- EXT_DEV_MODE_JVM_OPTION_PREFIX - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
-
Prefix for properties configuring extension Dev mode JVM arguments
- EXT_DEV_MODE_LOCK_JVM_OPTIONS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
-
quarkus-extension.propertiesproperty listing JVM options whose values shouldn't change by the default parameters values of the Quarkus Maven and Gradle plugins launching an application in dev mode - EXT_DEV_MODE_LOCK_XX_JVM_OPTIONS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
-
quarkus-extension.propertiesproperty listing JVM XX options whose values shouldn't change by the default parameters values of the Quarkus Maven and Gradle plugins launching an application in dev mode - EXTENSION_METADATA_PATH - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- ExtensionCapabilities - Interface in io.quarkus.bootstrap.model
- ExtensionDevModeConfig - Class in io.quarkus.bootstrap.model
-
Extension Dev mode configuration options
- ExtensionDevModeConfig(ArtifactKey, JvmOptions, Set<String>) - Constructor for class io.quarkus.bootstrap.model.ExtensionDevModeConfig
F
- filter - Variable in class io.quarkus.paths.FilteredPathTree
- filter(PathFilter) - Method in interface io.quarkus.paths.PathTree
- FilteredPathTree - Class in io.quarkus.paths
- FilteredPathTree(PathTree, PathFilter) - Constructor for class io.quarkus.paths.FilteredPathTree
- forExcludes(Collection<String>) - Static method in class io.quarkus.paths.PathFilter
- forIncludes(Collection<String>) - Static method in class io.quarkus.paths.PathFilter
- forName(String) - Static method in record class io.quarkus.sbom.LicenseInfo
- from(Iterable<Path>) - Static method in class io.quarkus.bootstrap.model.PathsCollection
- from(Iterable<Path>) - Static method in class io.quarkus.paths.PathList
- fromMap(Map<String, Object>) - Static method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
-
Initializes an
ApplicationModelfrom aMap. - fromMap(Map<String, Object>) - Static method in interface io.quarkus.bootstrap.model.ExtensionCapabilities
- fromMap(Map<String, Object>) - Static method in interface io.quarkus.bootstrap.model.PlatformImports
- fromMap(Map<String, Object>) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- fromMap(Map<String, Object>) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- fromMap(Map<String, Object>) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- fromMap(Map<String, Object>) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- fromMap(Map<String, Object>) - Static method in class io.quarkus.paths.PathFilter
- fromQuarkusExtensionProperty(String, String) - Static method in class io.quarkus.bootstrap.model.MutableStandardJvmOption
- fromQuarkusExtensionProperty(String, String) - Static method in class io.quarkus.bootstrap.model.MutableXxJvmOption
- fromString(String) - Static method in interface io.quarkus.bootstrap.workspace.WorkspaceModuleId
- fromString(String) - Static method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- fromString(String) - Static method in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- fromString(String) - Static method in interface io.quarkus.maven.dependency.ArtifactCoords
- fromString(String) - Static method in interface io.quarkus.maven.dependency.ArtifactKey
- fromString(String) - Static method in class io.quarkus.maven.dependency.GACT
- fromString(String) - Static method in class io.quarkus.maven.dependency.GACTV
G
- ga(String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactKey
-
Creates an artifact key that consists of an artifact's groupId and artifactId.
- gac(String, String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactKey
-
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 a
nulltype. - gact(String, String, String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactKey
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
ArtifactKey.of(String, String, String, String)Creates an artifact key for a given groupId:artifactId:classifier:type - GACT - Class in io.quarkus.maven.dependency
- GACT(String[]) - Constructor for class io.quarkus.maven.dependency.GACT
- GACT(String, String) - Constructor for class io.quarkus.maven.dependency.GACT
- GACT(String, String, String) - Constructor for class io.quarkus.maven.dependency.GACT
- GACT(String, String, String, String) - Constructor for class io.quarkus.maven.dependency.GACT
- GACTV - Class in io.quarkus.maven.dependency
- GACTV(ArtifactKey, String) - Constructor for class io.quarkus.maven.dependency.GACTV
- GACTV(String[]) - Constructor for class io.quarkus.maven.dependency.GACTV
- GACTV(String, String, String) - Constructor for class io.quarkus.maven.dependency.GACTV
- GACTV(String, String, String, String) - Constructor for class io.quarkus.maven.dependency.GACTV
- GACTV(String, String, String, String, String) - Constructor for class io.quarkus.maven.dependency.GACTV
- GAV - Class in io.quarkus.maven.dependency
- GAV(String, String, String) - Constructor for class io.quarkus.maven.dependency.GAV
- generic(String, String) - Static method in class io.quarkus.sbom.Purl
-
Creates a generic PURL with no namespace or qualifiers.
- getAdditionalTestClasspathElements() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getAdditionalTestClasspathElements() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getAdditionalTestClasspathElements() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getAppArtifact() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Main application artifact
- getAppArtifact() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getApplicationArtifact() - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- getApplicationModule() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Main workspace module of an application.
- getAppModel(Path) - Method in class io.quarkus.bootstrap.model.MutableJarApplicationModel
- getAptSourcesDir() - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- getAptSourcesDir() - Method in class io.quarkus.bootstrap.workspace.LazySourceDir
- getAptSourcesDir() - Method in interface io.quarkus.bootstrap.workspace.SourceDir
- getArtifactCoords() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getArtifactId() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModuleId
- getArtifactId() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- getArtifactId() - Method in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- getArtifactId() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- getArtifactId() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getArtifactId() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- getArtifactId() - Method in interface io.quarkus.maven.dependency.ArtifactKey
- getArtifactId() - Method in class io.quarkus.maven.dependency.GACT
- getArtifactId() - Method in class io.quarkus.maven.dependency.GACTV
- getArtifactId() - Method in class io.quarkus.maven.dependency.GAV
- getBaseName() - Method in class io.quarkus.bootstrap.model.MutableJarApplicationModel
- getBomRef() - Method in class io.quarkus.sbom.ComponentDependencies
-
The bom-ref of the component whose dependencies are described.
- getBomRef() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the bom-ref that uniquely identifies this component within the SBOM.
- getBoms() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
-
Member BOM coordinates.
- getBoolean(String, boolean) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- getBooleanOrNull(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- getBuildDir() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getBuildDir() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getBuildDir() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getBuildFiles() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getBuildFiles() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getBuildFiles() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getClassifier() - Method in interface io.quarkus.bootstrap.workspace.ArtifactSources
- getClassifier() - Method in class io.quarkus.bootstrap.workspace.DefaultArtifactSources
- getClassifier() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- getClassifier() - Method in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- getClassifier() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- getClassifier() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getClassifier() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- getClassifier() - Method in interface io.quarkus.maven.dependency.ArtifactKey
- getClassifier() - Method in class io.quarkus.maven.dependency.GACT
- getClassifier() - Method in class io.quarkus.maven.dependency.GACTV
- getComponents() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets nested (bundled) components contained within this component.
- getContainerPath() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- getContainerPath() - Method in class io.quarkus.paths.DirectoryPathTree
- getContainerPath() - Method in class io.quarkus.paths.OpenContainerPathTree
-
This is the path to the container.
- getContentTree() - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- getContentTree() - Method in interface io.quarkus.maven.dependency.ResolvedDependency
- getContentTree(PathFilter) - Method in interface io.quarkus.maven.dependency.ResolvedDependency
- getContentTree(String) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getDependencies() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Returns application dependencies that are included into the runtime and augmentation (Quarkus build time) classpath.
- getDependencies() - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- getDependencies() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getDependencies() - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- getDependencies() - Method in interface io.quarkus.maven.dependency.ResolvedDependency
-
A collection of all the resolved direct dependencies of the artifact of this dependency.
- getDependencies() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getDependencies(int) - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Returns application dependencies with the requested flags set.
- getDependencies(int) - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getDependenciesWithAnyFlag(int) - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Returns application dependencies that have any of the flags combined in the value of the
flagsarguments set. - getDependenciesWithAnyFlag(int) - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getDependenciesWithAnyFlag(int...) - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Returns application dependencies that have any of the flags passed in as arguments set.
- getDependency(ArtifactKey) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- getDependencyType() - Method in class io.quarkus.sbom.ComponentDependencies
-
The relationship type (e.g., "DEPENDS_ON", "DEV_DEPENDENCY_OF").
- getDependsOn() - Method in class io.quarkus.sbom.ComponentDependencies
-
The bom-refs of the components this component depends on.
- getDescription() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the package description.
- getDir() - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- getDir() - Method in class io.quarkus.bootstrap.workspace.LazySourceDir
- getDir() - Method in interface io.quarkus.bootstrap.workspace.SourceDir
- getDirectDependencies() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getDirectDependencies() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getDirectDependencies() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getDirectDependencies() - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- getDirectDependencies() - Method in interface io.quarkus.maven.dependency.ResolvedDependency
-
A collection of the all the configured direct dependencies of the artifact of this dependency (except test dependencies of transitive dependencies).
- getDirectDependencies() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getDirectDependencyConstraints() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getDirectDependencyConstraints() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getDirectDependencyConstraints() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getDistributionPath() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the distribution path (relative location within the application distribution).
- getExcludedArtifacts() - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- getExclusions() - Method in class io.quarkus.maven.dependency.ArtifactDependency
- getExclusions() - Method in interface io.quarkus.maven.dependency.Dependency
- getExtension() - Method in class io.quarkus.bootstrap.model.CapabilityContract
- getExtension() - Method in interface io.quarkus.bootstrap.model.ExtensionCapabilities
- getExtensionCapabilities() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Extension capability requirements collected from the extensions found on the classpath of an application
- getExtensionCapabilities() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getExtensionDevModeConfig() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Extension Dev mode configuration options.
- getExtensionDevModeConfig() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getExtensionKey() - Method in class io.quarkus.bootstrap.model.ExtensionDevModeConfig
-
Extension key
- getFlags() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- getFlags() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getFlags() - Method in class io.quarkus.maven.dependency.ArtifactDependency
- getFlags() - Method in interface io.quarkus.maven.dependency.Dependency
- getGroupId() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModuleId
- getGroupId() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- getGroupId() - Method in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- getGroupId() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- getGroupId() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getGroupId() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- getGroupId() - Method in interface io.quarkus.maven.dependency.ArtifactKey
- getGroupId() - Method in class io.quarkus.maven.dependency.GACT
- getGroupId() - Method in class io.quarkus.maven.dependency.GACTV
- getGroupId() - Method in class io.quarkus.maven.dependency.GAV
- getId() - Method in class io.quarkus.bootstrap.model.PlatformStreamInfo
- getId() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getId() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getId() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getImplementationTitle() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Implementation-Titleattribute, ornullif it is absent. - getImplementationVendor() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Implementation-Vendorattribute, ornullif it is absent. - getImplementationVersion() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Implementation-Versionattribute, ornullif it is absent. - getImportedPlatformBoms() - Method in interface io.quarkus.bootstrap.model.PlatformImports
-
All the Quarkus platform BOMs imported by an application.
- getImportedPlatformBoms() - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- getInstance() - Static method in class io.quarkus.paths.EmptyPathTree
- getIntegrity() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the integrity hash.
- getJvmOptions() - Method in class io.quarkus.bootstrap.model.ExtensionDevModeConfig
-
JVM options that should be added to the command line launching an application in Dev mode.
- getKey() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- getKey() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- getKey() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getKey() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- getKey() - Method in class io.quarkus.maven.dependency.GACTV
- getLatestVersion(ArtifactCoords, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Returns the latest version for the artifact up to the version specified.
- getLatestVersionFromRange(ArtifactCoords, String) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolves the latest version from the specified range.
- getLicenses() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the licenses associated with this component.
- getLockJvmOptions() - Method in class io.quarkus.bootstrap.model.ExtensionDevModeConfig
-
JVM options whose default values should not be overridden with values that otherwise would be recommended as defaults for Quarkus dev mode by the Quarkus Maven and Gradle plugins.
- getLowerPriorityArtifacts() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Class loading lower priority artifacts
- getLowerPriorityArtifacts() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getMainSources() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getManifestAttributes() - Method in class io.quarkus.paths.EmptyPathTree
- getManifestAttributes() - Method in class io.quarkus.paths.FilteredPathTree
- getManifestAttributes() - Method in class io.quarkus.paths.MultiRootPathTree
- getManifestAttributes() - Method in interface io.quarkus.paths.PathTree
-
If
META-INF/MANIFEST.MFfound, reads it and returns an instance ofManifestAttributes, a trimmed down version of the Manifest, otherwise returns null. - getManifestAttributes() - Method in class io.quarkus.paths.PathTreeWithManifest
- getMisalignmentReport() - Method in interface io.quarkus.bootstrap.model.PlatformImports
-
In case Quarkus platform member BOM imports were misaligned this method will return detailed information about what was found to be in conflict.
- getMisalignmentReport() - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- getMode() - Method in class io.quarkus.bootstrap.model.gradle.impl.ModelParameterImpl
- getMode() - Method in interface io.quarkus.bootstrap.model.gradle.ModelParameter
- getModuleDir() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getModuleDir() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getModuleDir() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getModuleName() - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- getModuleName() - Method in interface io.quarkus.maven.dependency.ResolvedDependency
-
Returns the module name for this resolved dependency's artifact (not
null). - getModuleName() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getMultiReleaseMapping() - Method in class io.quarkus.paths.PathTreeWithManifest
-
Returns a mapping of classpath resource names to the corresponding version-specific resource names for resources found under
META-INF/versions/in a multi-release JAR. - getName() - Method in interface io.quarkus.bootstrap.model.JvmOption
-
Simple option name without dashes
- getName() - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- getName() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the package name.
- getName() - Method in class io.quarkus.sbom.Purl
- getNamespace() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the namespace (PURL namespace field).
- getNamespace() - Method in class io.quarkus.sbom.Purl
- getNextVersion(ArtifactCoords, String, boolean, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Returns the next version of the artifact from the specified range.
- getOptions() - Method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
-
Collection of currently configured options.
- getOrCreateProjectModule(WorkspaceModuleId, File, File) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- getOriginalTree() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- getOriginalTree() - Method in class io.quarkus.paths.DirectoryPathTree
- getOriginalTree() - Method in class io.quarkus.paths.EmptyPathTree
- getOriginalTree() - Method in class io.quarkus.paths.MultiRootPathTree
- getOriginalTree() - Method in interface io.quarkus.paths.OpenPathTree
- getOutputDir() - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- getOutputDir() - Method in class io.quarkus.bootstrap.workspace.LazySourceDir
- getOutputDir() - Method in interface io.quarkus.bootstrap.workspace.SourceDir
- getOutputTree() - Method in interface io.quarkus.bootstrap.workspace.ArtifactSources
- getOutputTree() - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- getOutputTree() - Method in class io.quarkus.bootstrap.workspace.LazySourceDir
- getOutputTree() - Method in interface io.quarkus.bootstrap.workspace.SourceDir
- getParent() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getParent() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getParent() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getParentFirst() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Class loading parent-first artifacts
- getParentFirst() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getPath() - Method in interface io.quarkus.paths.PathVisit
-
The path being visited.
- getPath() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the file system path to the component artifact.
- getPath(String) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- getPath(String) - Method in class io.quarkus.paths.EmptyPathTree
- getPath(String) - Method in class io.quarkus.paths.MultiRootPathTree
- getPath(String) - Method in class io.quarkus.paths.OpenContainerPathTree
- getPath(String) - Method in interface io.quarkus.paths.OpenPathTree
- getPedigree() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the pedigree notes describing component modifications.
- getPlatformKey() - Method in class io.quarkus.bootstrap.model.PlatformInfo
- getPlatformKey() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
-
The platform key.
- getPlatformProperties() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Quarkus platform configuration properties
- getPlatformProperties() - Method in interface io.quarkus.bootstrap.model.PlatformImports
-
Quarkus platform properties aggregated from all the platform an application is based on.
- getPlatformProperties() - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- getPlatformReleaseInfo() - Method in interface io.quarkus.bootstrap.model.PlatformImports
-
Quarkus platform release information.
- getPlatformReleaseInfo() - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- getPlatforms() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Quarkus platforms (BOMs) found in the configuration of an application
- getPlatforms() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getProperty(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- getProperty(String, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- getPropertyGroupPrefix() - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- getPropertyGroupPrefix() - Method in class io.quarkus.bootstrap.model.MutableStandardJvmOption
- getPropertyGroupPrefix() - Method in class io.quarkus.bootstrap.model.MutableXxJvmOption
- getProvidesCapabilities() - Method in class io.quarkus.bootstrap.model.CapabilityContract
- getProvidesCapabilities() - Method in interface io.quarkus.bootstrap.model.ExtensionCapabilities
- getPurl() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the Package URL identifying this component.
- getQualifiers() - Method in class io.quarkus.sbom.Purl
- getQuarkusExtensionPropertyPrefix() - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- getQuarkusExtensionPropertyPrefix() - Method in class io.quarkus.bootstrap.model.MutableStandardJvmOption
- getQuarkusExtensionPropertyPrefix() - Method in class io.quarkus.bootstrap.model.MutableXxJvmOption
- getRelativePath() - Method in interface io.quarkus.paths.PathVisit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getRelativePath(String) - Method in interface io.quarkus.paths.PathVisit
-
Path relative to the root of the tree as a string with a provided path element separator.
- getReloadableWorkspaceDependencies() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Local project dependencies that are live-reloadable in dev mode.
- getReloadableWorkspaceDependencies() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getRemovedResources() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Resources that should be removed from the classpath.
- getRemovedResources() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getRequiresCapabilities() - Method in class io.quarkus.bootstrap.model.CapabilityContract
- getRequiresCapabilities() - Method in interface io.quarkus.bootstrap.model.ExtensionCapabilities
- getResolvedPaths() - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- getResolvedPaths() - Method in interface io.quarkus.maven.dependency.ResolvedDependency
- getResolvedPaths() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getResourceDirs() - Method in interface io.quarkus.bootstrap.workspace.ArtifactSources
- getResourceDirs() - Method in class io.quarkus.bootstrap.workspace.DefaultArtifactSources
- getResourceName() - Method in interface io.quarkus.paths.PathVisit
-
Visited class path resource name.
- getResourceNames() - Method in class io.quarkus.paths.ArchivePathTree
- getResourceNames() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- getResourceNames() - Method in class io.quarkus.paths.DirectoryPathTree
- getResourceNames() - Method in class io.quarkus.paths.EmptyPathTree
- getResourceNames() - Method in class io.quarkus.paths.MultiRootPathTree
- getResourceNames() - Method in interface io.quarkus.paths.PathTree
-
Returns a set of resource names provided by this path tree.
- getRoot() - Method in interface io.quarkus.paths.PathVisit
-
The root of the path tree the current path belongs to.
- getRootPath() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- getRootPath() - Method in class io.quarkus.paths.DirectoryPathTree
- getRootPath() - Method in class io.quarkus.paths.OpenContainerPathTree
-
This is the path to the container.
- getRoots() - Method in class io.quarkus.paths.ArchivePathTree
- getRoots() - Method in class io.quarkus.paths.EmptyPathTree
- getRoots() - Method in class io.quarkus.paths.FilteredPathTree
- getRoots() - Method in class io.quarkus.paths.MultiRootPathTree
- getRoots() - Method in class io.quarkus.paths.OpenContainerPathTree
- getRoots() - Method in interface io.quarkus.paths.PathTree
-
The roots of the path tree.
- getRunnerParentFirst() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Class loading runner parent-first artifacts
- getRunnerParentFirst() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getRuntimeDependencies() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
Runtime dependencies of an application
- getRuntimeDependencies() - Method in class io.quarkus.bootstrap.model.DefaultApplicationModel
- getScope() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- getScope() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getScope() - Method in class io.quarkus.maven.dependency.ArtifactDependency
- getScope() - Method in interface io.quarkus.maven.dependency.Dependency
- getScope() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the dependency scope.
- getSerializedTestAppModelPath(Path) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Returns a location where a serialized
ApplicationModelwould be found for test mode. - getSinglePath() - Method in interface io.quarkus.paths.PathCollection
- getSinglePath() - Method in class io.quarkus.paths.PathList
- getSourceClassifiers() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getSourceClassifiers() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getSourceClassifiers() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getSourceDirs() - Method in interface io.quarkus.bootstrap.workspace.ArtifactSources
- getSourceDirs() - Method in class io.quarkus.bootstrap.workspace.DefaultArtifactSources
- getSources() - Method in interface io.quarkus.maven.dependency.ResolvedDependency
- getSources(String) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getSources(String) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getSources(String) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getSourceTree() - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- getSourceTree() - Method in class io.quarkus.bootstrap.workspace.LazySourceDir
- getSourceTree() - Method in interface io.quarkus.bootstrap.workspace.SourceDir
- getSpecificationTitle() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Specification-Titleattribute, ornullif it is absent. - getSpecificationVendor() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Specification-Vendorattribute, ornullif it is absent. - getSpecificationVersion() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Specification-Versionattribute, ornullif it is absent. - getStream() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
-
Platform stream.
- getSubpath() - Method in class io.quarkus.sbom.Purl
- getTestClasspathDependencyExclusions() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- getTestClasspathDependencyExclusions() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- getTestClasspathDependencyExclusions() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getTestSources() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- getType() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- getType() - Method in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- getType() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- getType() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getType() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- getType() - Method in interface io.quarkus.maven.dependency.ArtifactKey
- getType() - Method in class io.quarkus.maven.dependency.GACT
- getType() - Method in class io.quarkus.maven.dependency.GACTV
- getType() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the package type (PURL type field).
- getType() - Method in class io.quarkus.sbom.Purl
- getUrl() - Method in interface io.quarkus.paths.PathVisit
-
URLthat can be used to read the content of the path. - getUserHome() - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- getUserProvidersDirectory() - Method in class io.quarkus.bootstrap.model.MutableJarApplicationModel
- getValue(Object, Class<T>) - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- getValue(Object, Class<T>) - Method in class io.quarkus.bootstrap.workspace.LazySourceDir
- getValue(Object, Class<T>) - Method in interface io.quarkus.bootstrap.workspace.SourceDir
- getValues() - Method in interface io.quarkus.bootstrap.model.JvmOption
-
All the configured option values.
- getValues() - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- getVersion() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
-
The version of the platform in a stream.
- getVersion() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModuleId
- getVersion() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- getVersion() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- getVersion() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getVersion() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- getVersion() - Method in class io.quarkus.maven.dependency.GACTV
- getVersion() - Method in class io.quarkus.maven.dependency.GAV
- getVersion() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Gets the resolved version.
- getVersion() - Method in class io.quarkus.sbom.Purl
- getWorkspaceModule() - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- getWorkspaceModule() - Method in interface io.quarkus.maven.dependency.ResolvedDependency
- getWorkspaceModule() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- getWorkspaceModules() - Method in interface io.quarkus.bootstrap.model.ApplicationModel
-
All the workspace modules found as dependencies of an application
- Glob syntax Construct Description * Matches a (possibly empty) sequence of characters that does not contain slash (/) ** Matches a (possibly empty) sequence of characters that may contain slash (/) ? Matches one character, but not slash [abc] Matches one character given in the bracket, but not slash [a-z] Matches one character from the range given in the bracket, but not slash [!abc] Matches one character not named in the bracket; does not match slash [a-z] Matches one character outside the range given in the bracket; does not match slash {one,two,three} Matches any of the alternating tokens separated by comma; the tokens may contain wildcards, nested alternations and ranges \ The escape character - Search tag in io.quarkus.util.GlobUtil.toRegexPattern(String)
- Section
- GlobUtil - Class in io.quarkus.util
- groupId - Variable in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- groupId - Variable in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- groupId - Variable in class io.quarkus.maven.dependency.GACT
H
- handleExtensionProperties(Properties, ArtifactKey) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
-
Collects extension properties from the
META-INF/quarkus-extension.properties - hasAllFlags(int...) - Method in interface io.quarkus.maven.dependency.Dependency
-
Checks whether all the passed in flags are set on a dependency
- hasAnyFlag(int...) - Method in interface io.quarkus.maven.dependency.Dependency
-
Checks whether any of the flags are set on a dependency
- hasDependency(ArtifactKey) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- hashCode() - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- hashCode() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- hashCode() - Method in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- hashCode() - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
- hashCode() - Method in class io.quarkus.maven.dependency.ArtifactDependency
- hashCode() - Method in class io.quarkus.maven.dependency.GACT
- hashCode() - Method in class io.quarkus.maven.dependency.GACTV
- hashCode() - Method in class io.quarkus.maven.dependency.GAV
- hashCode() - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- hashCode() - Method in class io.quarkus.paths.ArchivePathTree
- hashCode() - Method in class io.quarkus.paths.MultiRootPathTree
- hashCode() - Method in class io.quarkus.paths.OpenContainerPathTree
- hashCode() - Method in class io.quarkus.paths.PathFilter
- hashCode() - Method in class io.quarkus.paths.PathList
- hashCode() - Method in record class io.quarkus.sbom.LicenseInfo
-
Returns a hash code value for this object.
- hashCode() - Method in class io.quarkus.sbom.Purl
- hasMainSources() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- hasMainSources() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- hasSources(String) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- hasSources(String) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- hasSources(String) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- hasTestSources() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- hasTestSources() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- hasValue() - Method in interface io.quarkus.bootstrap.model.JvmOption
-
Checks whether an option has a value
I
- include(String) - Method in class io.quarkus.paths.PathTreeBuilder
- initManifest(Manifest) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- initManifest(Manifest) - Method in class io.quarkus.paths.PathTreeWithManifest
- initMultiReleaseMapping(Map<String, String>) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- initMultiReleaseMapping(Map<String, String>) - Method in class io.quarkus.paths.PathTreeWithManifest
- integrity - Variable in class io.quarkus.sbom.ComponentDescriptor
- io.quarkus.bootstrap - package io.quarkus.bootstrap
- io.quarkus.bootstrap.model - package io.quarkus.bootstrap.model
- io.quarkus.bootstrap.model.gradle - package io.quarkus.bootstrap.model.gradle
- io.quarkus.bootstrap.model.gradle.impl - package io.quarkus.bootstrap.model.gradle.impl
- io.quarkus.bootstrap.resolver - package io.quarkus.bootstrap.resolver
- io.quarkus.bootstrap.util - package io.quarkus.bootstrap.util
- io.quarkus.bootstrap.workspace - package io.quarkus.bootstrap.workspace
- io.quarkus.maven - package io.quarkus.maven
- io.quarkus.maven.dependency - package io.quarkus.maven.dependency
- io.quarkus.paths - package io.quarkus.paths
- io.quarkus.sbom - package io.quarkus.sbom
- io.quarkus.util - package io.quarkus.util
- IoUtils - Class in io.quarkus.bootstrap.util
- IoUtils() - Constructor for class io.quarkus.bootstrap.util.IoUtils
- isAligned() - Method in interface io.quarkus.bootstrap.model.PlatformImports
-
Checks whether the platform member BOM imports belong to the same platform release.
- isAligned() - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- isAnyFlagSet(int) - Method in interface io.quarkus.maven.dependency.Dependency
-
Checks whether a dependency has any of the flags combined in the value of
flagsset. - isArchiveOrigin() - Method in class io.quarkus.paths.ArchivePathTree
- isArchiveOrigin() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- isArchiveOrigin() - Method in class io.quarkus.paths.DirectoryPathTree
- isArchiveOrigin() - Method in class io.quarkus.paths.EmptyPathTree
- isArchiveOrigin() - Method in class io.quarkus.paths.FilteredPathTree
- isArchiveOrigin() - Method in class io.quarkus.paths.MultiRootPathTree
-
If at least one of the PathTrees is not an archive, we return false.
- isArchiveOrigin() - Method in interface io.quarkus.paths.PathTree
-
Whether the content of this tree comes from an archive or not.
- isClassLoaderParentFirst() - Method in interface io.quarkus.maven.dependency.Dependency
- isDeploymentCp() - Method in interface io.quarkus.maven.dependency.Dependency
- isDirect() - Method in interface io.quarkus.maven.dependency.Dependency
- isEmpty() - Method in class io.quarkus.bootstrap.model.CapabilityErrors
- isEmpty() - Method in interface io.quarkus.bootstrap.model.JvmOptions
-
Checks whether any JVM arguments have been configured.
- isEmpty() - Method in class io.quarkus.bootstrap.model.PathsCollection
- isEmpty() - Method in class io.quarkus.paths.DirectoryPathTree
- isEmpty() - Method in interface io.quarkus.paths.PathCollection
- isEmpty() - Method in class io.quarkus.paths.PathList.Builder
- isEmpty() - Method in class io.quarkus.paths.PathList
- isEmpty() - Method in interface io.quarkus.paths.PathTree
-
Checks whether the tree is empty
- isExtensionDevModeJvmOptionProperty(String) - Static method in class io.quarkus.bootstrap.model.JvmOptionsBuilder
- isFlagSet(int) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- isFlagSet(int) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- isFlagSet(int) - Method in interface io.quarkus.maven.dependency.Dependency
-
Checks whether a dependency has a given flag set.
- isJar() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- isMultiRelease() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Multi-Releaseattribute, orfalseif it is absent. - isMultiReleaseJar() - Method in class io.quarkus.paths.PathTreeWithManifest
- isOpen() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- isOpen() - Method in class io.quarkus.paths.DirectoryPathTree
- isOpen() - Method in class io.quarkus.paths.EmptyPathTree
- isOpen() - Method in class io.quarkus.paths.MultiRootPathTree
- isOpen() - Method in interface io.quarkus.paths.OpenPathTree
- isOptional() - Method in interface io.quarkus.maven.dependency.Dependency
- isOutputAvailable() - Method in interface io.quarkus.bootstrap.workspace.ArtifactSources
- isOutputAvailable() - Method in interface io.quarkus.bootstrap.workspace.SourceDir
- isPlatformReleaseInfo(String) - Static method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- isReloadable() - Method in interface io.quarkus.maven.dependency.Dependency
- isResolved() - Method in interface io.quarkus.maven.dependency.ResolvedDependency
- isRuntimeCp() - Method in interface io.quarkus.maven.dependency.Dependency
- isRuntimeExtensionArtifact() - Method in interface io.quarkus.maven.dependency.Dependency
- isSinglePath() - Method in class io.quarkus.bootstrap.model.PathsCollection
- isSinglePath() - Method in interface io.quarkus.paths.PathCollection
- isSinglePath() - Method in class io.quarkus.paths.PathList
- isSnapshot() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- isTopLevel() - Method in class io.quarkus.sbom.ComponentDescriptor
-
Returns whether this component is a top-level (direct) dependency of the main application component.
- isVisible(PathFilter, String) - Static method in class io.quarkus.paths.PathFilter
- isVisible(String) - Method in class io.quarkus.paths.PathFilter
- isWindows() - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- isWorkspaceModule() - Method in interface io.quarkus.maven.dependency.Dependency
- iterableAsMaps(Iterable<T>, MappableCollectionFactory) - Static method in interface io.quarkus.bootstrap.model.Mappable
- iterableToStringCollection(Iterable<?>, MappableCollectionFactory) - Static method in interface io.quarkus.bootstrap.model.Mappable
-
Formats a collection of items as a comma-separated string.
- iterator() - Method in interface io.quarkus.bootstrap.model.JvmOptions
-
Iterator over the JVM arguments.
- iterator() - Method in class io.quarkus.bootstrap.model.PathsCollection
- iterator() - Method in class io.quarkus.paths.PathList
J
- jar(String, String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactCoords
- jar(String, String, String) - Static method in class io.quarkus.maven.dependency.GACTV
- jar(String, String, String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactCoords
- jarWithFlags(String, String, String, int) - Static method in interface io.quarkus.maven.dependency.Dependency
- JAVA_VERSION - Static variable in class io.quarkus.paths.PathTreeWithManifest
-
The feature-release version of the current Java runtime (e.g., 17, 21).
- JvmOption - Interface in io.quarkus.bootstrap.model
-
JVM option
- JvmOptions - Interface in io.quarkus.bootstrap.model
-
Collection of JVM arguments
- JvmOptionsBuilder - Class in io.quarkus.bootstrap.model
-
JVM arguments builder
K
- key - Variable in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
L
- LazySourceDir - Class in io.quarkus.bootstrap.workspace
-
This implementation checks whether a directory exists before returning path trees instead of eagerly during initialization.
- LazySourceDir() - Constructor for class io.quarkus.bootstrap.workspace.LazySourceDir
-
For deserialization only
- LazySourceDir(Path, PathFilter, Path, PathFilter, Path, Map<Object, Object>) - Constructor for class io.quarkus.bootstrap.workspace.LazySourceDir
- LazySourceDir(Path, Path) - Constructor for class io.quarkus.bootstrap.workspace.LazySourceDir
- LazySourceDir(Path, Path, Path) - Constructor for class io.quarkus.bootstrap.workspace.LazySourceDir
- LazySourceDir(Path, Path, Path, Map<Object, Object>) - Constructor for class io.quarkus.bootstrap.workspace.LazySourceDir
- LESSER_PRIORITY_ARTIFACTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- LESSER_PRIORITY_ARTIFACTS - Static variable in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- LicenseInfo - Record Class in io.quarkus.sbom
-
License information for a software component.
- LicenseInfo(String) - Constructor for record class io.quarkus.sbom.LicenseInfo
-
Creates a LicenseInfo with the given name and no URL.
- LicenseInfo(String, String) - Constructor for record class io.quarkus.sbom.LicenseInfo
-
Creates a LicenseInfo with the given name and URL.
- licenses - Variable in class io.quarkus.sbom.ComponentDescriptor
- listLaterVersions(ArtifactCoords, 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.
M
- main(SourceDir, SourceDir) - Static method in interface io.quarkus.bootstrap.workspace.ArtifactSources
- MAIN - Static variable in interface io.quarkus.bootstrap.workspace.ArtifactSources
- mainClassName() - Method in class io.quarkus.paths.ManifestAttributes
-
Returns the value of the
Main-Classattribute, ornullif it is absent. - mainComponentBomRef() - Method in class io.quarkus.sbom.SbomContribution
- ManifestAttributes - Class in io.quarkus.paths
-
Manifests for some libraries can be quite large (e.g. for commons-codec, it is 21 KB).
- manifestEnabled - Variable in class io.quarkus.paths.PathTreeWithManifest
- manifestInitialized - Variable in class io.quarkus.paths.PathTreeWithManifest
- manifestReadLock() - Method in class io.quarkus.paths.PathTreeWithManifest
- manifestWriteLock() - Method in class io.quarkus.paths.PathTreeWithManifest
- Mappable - Interface in io.quarkus.bootstrap.model
-
Implemented by types that can be represented as a
Map. - MAPPABLE_ALIGNED - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_APP_ARTIFACT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_APT_SOURCES_DIR - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_ARTIFACT_SOURCES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_BOMS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_BUILD_DIR - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_BUILD_FILES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_CAPABILITIES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_CLASSIFIER - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_DEPENDENCIES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_DEST_DIR - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_DEST_PATH_FILTER - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_DIRECT_DEP_CONSTRAINTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_DIRECT_DEPS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_EXCLUDED_RESOURCES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_EXCLUDES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_EXCLUSIONS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_EXTENSION - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_EXTENSION_DEV_CONFIG - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_FLAGS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_IMPORTED_BOMS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_INCLUDES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_JVM_OPTION_GROUP_PREFIX - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_JVM_OPTIONS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_LOCAL_PROJECTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_LOCK_JVM_OPTIONS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_MAVEN_ARTIFACT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_MISALIGNED_REPORT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_MODULE - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_MODULE_DIR - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_MODULE_ID - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_PARENT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_PLATFORM_IMPORTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_PLATFORM_KEY - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_PLATFORM_PROPS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_PLATFORM_RELEASE_INFO - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_PROVIDED - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_REQUIRED - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_RESOLVED_PATHS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_RESOURCES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_SCOPE - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_SOURCES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_SRC_DIR - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_SRC_PATH_FILTER - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_STREAM - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_TEST_ADDITIONAL_CP_ELEMENTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_TEST_CP_DEPENDENCY_EXCLUSIONS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_VALUES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MAPPABLE_VERSION - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MappableCollectionFactory - Interface in io.quarkus.bootstrap.model
-
Collection factory to support
Mappableimplementations. - matchAll() - Static method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
- matches(ArtifactCoords) - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
-
Matches the given
groupId,artifactId,type,classifier,versionquintuple against thisArtifactCoordsPattern. - matches(ArtifactCoords, ArtifactCoordsPattern[]) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
- matches(String, String, String, String, String) - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
-
Matches the given
groupId,artifactId,type,classifier,versionquintuple against thisArtifactCoordsPattern. - matchSnapshots() - Static method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
- maven(String, String, String) - Static method in class io.quarkus.sbom.Purl
-
Creates a Maven PURL with
type=jarqualifier. - maven(String, String, String, String, String) - Static method in class io.quarkus.sbom.Purl
-
Creates a Maven PURL with explicit type and classifier qualifiers.
- META_INF - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- MISSING_FROM_APPLICATION - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
-
This flag is used for dependencies returned from
ResolvedDependency.getDirectDependencies(). - mkdirs(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
- ModelParameter - Interface in io.quarkus.bootstrap.model.gradle
- ModelParameterImpl - Class in io.quarkus.bootstrap.model.gradle.impl
- ModelParameterImpl() - Constructor for class io.quarkus.bootstrap.model.gradle.impl.ModelParameterImpl
- multiReleaseMapping - Variable in class io.quarkus.paths.PathTreeWithManifest
- MultiRootPathTree - Class in io.quarkus.paths
- MultiRootPathTree(PathTree...) - Constructor for class io.quarkus.paths.MultiRootPathTree
- mutable() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- mutable() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule
- mutable() - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- MutableBaseJvmOption<T> - Class in io.quarkus.bootstrap.model
- MutableBaseJvmOption() - Constructor for class io.quarkus.bootstrap.model.MutableBaseJvmOption
- MutableJarApplicationModel - Class in io.quarkus.bootstrap.model
-
A representation of AppModel, that has been serialized to disk for an existing application.
- MutableJarApplicationModel(String, Map<ArtifactKey, List<String>>, ApplicationModel, String, String) - Constructor for class io.quarkus.bootstrap.model.MutableJarApplicationModel
- MutableStandardJvmOption - Class in io.quarkus.bootstrap.model
- MutableStandardJvmOption() - Constructor for class io.quarkus.bootstrap.model.MutableStandardJvmOption
- MutableXxJvmOption - Class in io.quarkus.bootstrap.model
- MutableXxJvmOption() - Constructor for class io.quarkus.bootstrap.model.MutableXxJvmOption
N
- name() - Method in record class io.quarkus.sbom.LicenseInfo
-
Returns the value of the
namerecord component. - newCollection() - Method in interface io.quarkus.bootstrap.model.MappableCollectionFactory
-
Creates a new
Collectioninstance. - newCollection(int) - Method in interface io.quarkus.bootstrap.model.MappableCollectionFactory
-
Creates a new
Collectioninstance with a specific initial capacity. - newInstance() - Static method in class io.quarkus.maven.dependency.DependencyBuilder
- newInstance() - Static method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- newInstance(String) - Static method in class io.quarkus.bootstrap.model.MutableStandardJvmOption
- newInstance(String) - Static method in class io.quarkus.bootstrap.model.MutableXxJvmOption
- newInstance(String, String) - Static method in class io.quarkus.bootstrap.model.MutableStandardJvmOption
- newInstance(String, String) - Static method in class io.quarkus.bootstrap.model.MutableXxJvmOption
- newMap() - Method in interface io.quarkus.bootstrap.model.MappableCollectionFactory
-
Creates a new
Mapinstance. - newMap(int) - Method in interface io.quarkus.bootstrap.model.MappableCollectionFactory
-
Creates a new
Mapinstance with a specific initial capacity. - npm(String, String, String) - Static method in class io.quarkus.sbom.Purl
-
Creates an npm PURL.
O
- of(ArtifactCoords) - Static method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
- of(String) - Static method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
-
Creates a new
ArtifactCoordsPatternout of the givenwildcardPattern. - of(String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactKey
-
Creates an artifact key for a JAR artifact with the given groupId and artifactId.
- of(String, String) - Static method in interface io.quarkus.maven.dependency.Dependency
- of(String, String, String) - Static method in class io.quarkus.bootstrap.model.CapabilityContract
- of(String, String, String) - Static method in interface io.quarkus.bootstrap.workspace.WorkspaceModuleId
- of(String, String, String) - Static method in class io.quarkus.maven.dependency.ArtifactDependency
-
Deprecated, for removal: This API element is subject to removal in a future version.
- of(String, String, String) - Static method in interface io.quarkus.maven.dependency.Dependency
- of(String, String, String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactKey
- of(String, String, String, String) - Static method in class io.quarkus.sbom.Purl
-
Creates a PURL with the specified type.
- of(String, String, String, String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactCoords
- of(String, Collection<String>) - Static method in class io.quarkus.sbom.ComponentDependencies
-
Creates a
ComponentDependencieswith no dependency type. - of(Path...) - Static method in class io.quarkus.bootstrap.model.PathsCollection
- of(Path...) - Static method in class io.quarkus.paths.PathList
- of(Path, Path) - Static method in interface io.quarkus.bootstrap.workspace.SourceDir
- of(Path, Path, Path) - Static method in interface io.quarkus.bootstrap.workspace.SourceDir
- of(Collection<ComponentDescriptor>, Collection<ComponentDependencies>) - Static method in class io.quarkus.sbom.SbomContribution
-
Creates a contribution with both components and dependencies.
- of(Manifest) - Static method in class io.quarkus.paths.ManifestAttributes
-
Returns the manifest attributes for the given manifest, or
nullif the given value isnull. - ofArchive(Path) - Static method in interface io.quarkus.paths.PathTree
-
Creates a new
PathTreefor an existing path that is expected to be a ZIP-based archive. - ofArchive(Path, PathFilter) - Static method in interface io.quarkus.paths.PathTree
-
Creates a new
PathTreefor an existing path that is expected to be a ZIP-based archive applying a providedPathFilterunless it isnull. - ofComponents(Collection<ComponentDescriptor>) - Static method in class io.quarkus.sbom.SbomContribution
-
Creates a contribution with components only (no dependency relationships).
- ofDirectoryOrArchive(Path) - Static method in interface io.quarkus.paths.PathTree
-
Creates a new
PathTreefor a given existing path which is expected to be either a directory or a ZIP-based archive. - ofDirectoryOrArchive(Path, PathFilter) - Static method in interface io.quarkus.paths.PathTree
-
Creates a new
PathTreefor a given existing path which is expected to be either a directory or a ZIP-based archive applying a providedPathFilterunless it isnull. - ofDirectoryOrFile(Path) - Static method in interface io.quarkus.paths.PathTree
- ofDirectoryOrFile(Path, PathFilter) - Static method in interface io.quarkus.paths.PathTree
- open() - Method in class io.quarkus.paths.ArchivePathTree
- open() - Method in class io.quarkus.paths.EmptyPathTree
- open() - Method in class io.quarkus.paths.FilteredPathTree
- open() - Method in class io.quarkus.paths.MultiRootPathTree
- open() - Method in class io.quarkus.paths.OpenContainerPathTree
- open() - Method in interface io.quarkus.paths.PathTree
-
Returns an
OpenPathTreefor this tree, which is supposed to be closed at the end of processing. - OpenArchivePathTree(ReadOnlyZipFileSystem) - Constructor for class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- OpenContainerPathTree - Class in io.quarkus.paths
- OpenContainerPathTree() - Constructor for class io.quarkus.paths.OpenContainerPathTree
-
For deserialization of DirectoryPathTree
- OpenContainerPathTree(PathFilter) - Constructor for class io.quarkus.paths.OpenContainerPathTree
- OpenContainerPathTree(PathFilter, boolean) - Constructor for class io.quarkus.paths.OpenContainerPathTree
- OpenContainerPathTree(PathFilter, PathTreeWithManifest) - Constructor for class io.quarkus.paths.OpenContainerPathTree
- openFs() - Method in class io.quarkus.paths.ArchivePathTree
- OpenPathTree - Interface in io.quarkus.paths
- OPTIONAL - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- OUTPUT_SOURCES_DIR - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
P
- PARENT_FIRST_ARTIFACTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PARENT_FIRST_ARTIFACTS - Static variable in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- parse(String) - Static method in class io.quarkus.maven.dependency.GACT
-
Parse method for configuration.
- parse(String) - Static method in class io.quarkus.sbom.Purl
-
Parses a canonical PURL string.
- parseDependencyCondition(String) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
- path - Variable in class io.quarkus.sbom.ComponentDescriptor
- PathCollection - Interface in io.quarkus.paths
- pathFilter - Variable in class io.quarkus.paths.OpenContainerPathTree
- PathFilter - Class in io.quarkus.paths
- PathFilter(Collection<String>, Collection<String>) - Constructor for class io.quarkus.paths.PathFilter
- PathList - Class in io.quarkus.paths
- PathList.Builder - Class in io.quarkus.paths
- PathsCollection - Class in io.quarkus.bootstrap.model
- PathsCollection.Builder - Class in io.quarkus.bootstrap.model
- PathTree - Interface in io.quarkus.paths
-
Classpath resource set backed by file system paths.
- PathTreeBuilder - Class in io.quarkus.paths
- PathTreeBuilder() - Constructor for class io.quarkus.paths.PathTreeBuilder
- PathTreeUtils - Interface in io.quarkus.paths
- PathTreeWithManifest - Class in io.quarkus.paths
- PathTreeWithManifest() - Constructor for class io.quarkus.paths.PathTreeWithManifest
- PathTreeWithManifest(boolean) - Constructor for class io.quarkus.paths.PathTreeWithManifest
- PathTreeWithManifest(PathTreeWithManifest) - Constructor for class io.quarkus.paths.PathTreeWithManifest
- PathVisit - Interface in io.quarkus.paths
-
Provides context for a given path visit
- PathVisitor - Interface in io.quarkus.paths
-
PathTreepath visitor - pedigree - Variable in class io.quarkus.sbom.ComponentDescriptor
- PLATFORM_DESCRIPTOR_ARTIFACT_ID_SUFFIX - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PLATFORM_KEY_STREAM_SEPARATOR - Static variable in class io.quarkus.bootstrap.model.PlatformImportsImpl
- PLATFORM_PROPERTIES_ARTIFACT_ID_SUFFIX - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PLATFORM_PROPERTY_PREFIX - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PlatformImports - Interface in io.quarkus.bootstrap.model
- PlatformImportsImpl - Class in io.quarkus.bootstrap.model
- PlatformImportsImpl() - Constructor for class io.quarkus.bootstrap.model.PlatformImportsImpl
- PlatformInfo - Class in io.quarkus.bootstrap.model
- PlatformInfo(String) - Constructor for class io.quarkus.bootstrap.model.PlatformInfo
- PlatformReleaseInfo - Class in io.quarkus.bootstrap.model
-
Platform release info that is encoded into a property in a platform properties artifact following the format
platform.release-info@<platform-key>$<stream>#<version>=<bom-coords>(,<bom-coords>) - PlatformReleaseInfo(String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.PlatformReleaseInfo
- PlatformReleaseInfo(String, String, String, List<ArtifactCoords>) - Constructor for class io.quarkus.bootstrap.model.PlatformReleaseInfo
- PlatformStreamInfo - Class in io.quarkus.bootstrap.model
- PlatformStreamInfo(String) - Constructor for class io.quarkus.bootstrap.model.PlatformStreamInfo
- pom(String, String, String) - Static method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- pom(String, String, String) - Static method in interface io.quarkus.maven.dependency.ArtifactCoords
- pom(String, String, String) - Static method in class io.quarkus.maven.dependency.GACTV
- pomImport(String, String, String) - Static method in interface io.quarkus.maven.dependency.Dependency
- PROP_DEPLOYMENT_ARTIFACT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PROP_PROVIDES_CAPABILITIES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PROP_REQUIRES_CAPABILITIES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PROPERTY_GROUP_PREFIX - Static variable in class io.quarkus.bootstrap.model.MutableStandardJvmOption
- PROPERTY_GROUP_PREFIX - Static variable in class io.quarkus.bootstrap.model.MutableXxJvmOption
- PROPERTY_PREFIX - Static variable in class io.quarkus.bootstrap.model.PlatformImportsImpl
- PropertyUtils - Class in io.quarkus.bootstrap.util
- providesCapabilities(String, String) - Static method in class io.quarkus.bootstrap.model.CapabilityContract
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
CapabilityContract.of(String, String, String) - purl - Variable in class io.quarkus.sbom.ComponentDescriptor
- Purl - Class in io.quarkus.sbom
-
A lightweight, immutable Package URL (PURL) representation following the purl-spec.
- Purl.Builder - Class in io.quarkus.sbom
Q
- QUARKUS_BOOTSTRAP_WORKSPACE_DISCOVERY - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- QUARKUS_EXTENSION_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
R
- readAppModelWithWorkspaceId(Path, int) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor of ApplicationModelSerializer methods
Deserializes an
ApplicationModelfrom a file.The implementation will check whether the serialization format of the file matches the expected one. If it does not, the method will return null even if the file exists.
The implementation will compare the deserialized workspace ID to the argument
workspaceIdand if they don't match the method will return null.Once the
ApplicationModelwas deserialized, the dependency paths will be checked for existence. If a dependency path does not exist, the method will throw an exception. - readFile(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Files.readString(Path, Charset)instead. - readLock() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- recursiveDelete(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
-
Recursively delete the file or directory given by
root. - relink(ArtifactCoords, Path) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
(Re-)links an artifact to a path.
- RELOADABLE - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- REMOVED_RESOURCES_DOT - Static variable in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- report() - Method in class io.quarkus.bootstrap.model.CapabilityErrors
- ResolvableDependency - Interface in io.quarkus.maven.dependency
- resolve(ArtifactCoords) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolves an artifact.
- ResolvedArtifactDependency - Class in io.quarkus.maven.dependency
- ResolvedArtifactDependency(ArtifactCoords) - Constructor for class io.quarkus.maven.dependency.ResolvedArtifactDependency
- ResolvedArtifactDependency(ArtifactCoords, PathCollection) - Constructor for class io.quarkus.maven.dependency.ResolvedArtifactDependency
- ResolvedArtifactDependency(ArtifactCoords, Path) - Constructor for class io.quarkus.maven.dependency.ResolvedArtifactDependency
- ResolvedArtifactDependency(ResolvedDependencyBuilder) - Constructor for class io.quarkus.maven.dependency.ResolvedArtifactDependency
- ResolvedArtifactDependency(String, String, String, String, String, PathCollection) - Constructor for class io.quarkus.maven.dependency.ResolvedArtifactDependency
- ResolvedArtifactDependency(String, String, String, String, String, Path) - Constructor for class io.quarkus.maven.dependency.ResolvedArtifactDependency
- ResolvedDependency - Interface in io.quarkus.maven.dependency
- ResolvedDependencyBuilder - Class in io.quarkus.maven.dependency
- ResolvedDependencyBuilder() - Constructor for class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- resolveExistingOrNull(String) - Method in class io.quarkus.bootstrap.model.PathsCollection
- resolveExistingOrNull(String) - Method in interface io.quarkus.paths.PathCollection
- resolveExistingOrNull(String) - Method in class io.quarkus.paths.PathList
- resolveManagedModel(ArtifactCoords, Collection<Dependency>, Set<ArtifactKey>, ArtifactCoords, Set<ArtifactKey>) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolve application model with dependency management.
- resolveModel(ArtifactCoords) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolve dependencies that are required at runtime, excluding test and optional dependencies.
- resolveModel(ArtifactCoords, Collection<Dependency>) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolve artifact dependencies given the specific versions of the direct dependencies
- resolveSerializedAppModelPath(Path) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Returns a location where a serialized
ApplicationModelwould be found for dev mode. - resolveUserDependencies(ArtifactCoords) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolve application direct and transitive dependencies configured by the user.
- resolveUserDependencies(ArtifactCoords, Collection<Dependency>) - 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.
- RUNNER_PARENT_FIRST_ARTIFACTS - Static variable in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- runnerPath() - Method in class io.quarkus.sbom.SbomContribution
- RUNTIME_CP - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- RUNTIME_EXTENSION_ARTIFACT - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
S
- SbomContribution - Class in io.quarkus.sbom
-
Groups component descriptors and their dependency relationships for SBOM contribution.
- SbomContribution.Builder - Class in io.quarkus.sbom
- scope - Variable in class io.quarkus.sbom.ComponentDescriptor
- SCOPE_COMPILE - Static variable in interface io.quarkus.maven.dependency.Dependency
- SCOPE_DEVELOPMENT - Static variable in class io.quarkus.sbom.ComponentDescriptor
- SCOPE_IMPORT - Static variable in interface io.quarkus.maven.dependency.Dependency
- SCOPE_RUNTIME - Static variable in class io.quarkus.sbom.ComponentDescriptor
- serializeAppModel(ApplicationModel, boolean) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methods
- serializeAppModel(ApplicationModel, Path) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methods
- SERIALIZED_APP_MODEL - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- SERIALIZED_TEST_APP_MODEL - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- serializeQuarkusModel(ApplicationModel) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.for removal since 3.31.0 in favor of ApplicationModelSerializer methods
- setAdditionalTestClasspathElements(Collection<String>) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setAdditionalTestClasspathElements(Collection<String>) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setAppArtifact(ResolvedDependencyBuilder) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- setApplicationModel(ApplicationModel) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Sets the application model whose dependencies will be converted to
ComponentDescriptors whenCoreSbomContributionConfig.toSbomContribution()is called. - setArchive(boolean) - Method in class io.quarkus.paths.PathTreeBuilder
- setArtifactId(String) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setArtifactId(String) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setArtifactId(String) - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern.Builder
-
Sets the pattern for
artifactId - setAsExtensionDevModeProperties(Properties) - Method in interface io.quarkus.bootstrap.model.JvmOptions
-
Adds all the configured JVM arguments as properties.
- setBomRef(String) - Method in class io.quarkus.sbom.ComponentDependencies.Builder
- setBomRef(String) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets an explicit bom-ref for this component.
- setBuildDir(Path) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setBuildDir(Path) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setBuildFile(Path) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setBuildFile(Path) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setBuildFiles(PathCollection) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- setClassifier(String) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setClassifier(String) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setClassifier(String) - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern.Builder
-
Sets the pattern for
classifier - setComponents(Collection<ComponentDescriptor>) - Method in class io.quarkus.sbom.SbomContribution.Builder
- setCoords(ArtifactCoords) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setCoords(ArtifactCoords) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setDependencies(Collection<ArtifactCoords>) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setDependencies(Collection<ComponentDependencies>) - Method in class io.quarkus.sbom.SbomContribution.Builder
- setDependencies(List<Dependency>) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setDependencies(List<Dependency>) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setDependencyConstraints(List<Dependency>) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setDependencyConstraints(List<Dependency>) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setDependencyType(String) - Method in class io.quarkus.sbom.ComponentDependencies.Builder
- setDependsOn(Collection<String>) - Method in class io.quarkus.sbom.ComponentDependencies.Builder
- setDeploymentCp() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setDeploymentCp() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setDescription(String) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets the package description.
- setDevelopmentScope() - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Convenience method to set the scope to development.
- setDirect(boolean) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setDirect(boolean) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setDirectDependencies(Collection<Dependency>) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setDistributionDirectory(Path) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Sets the distribution directory.
- setDistributionPath(String) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets the distribution path (relative location within the application distribution).
- setFlags(int) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setFlags(int) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setGroupId(String) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setGroupId(String) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setGroupId(String) - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern.Builder
-
Sets the pattern for
groupId - setIntegrity(String) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets the integrity hash.
- setLicenses(List<LicenseInfo>) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets the licenses for this component, replacing any previously set licenses.
- setMainArtifact(ResolvedDependency) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Sets the main component from a resolved Maven artifact.
- setMainDependencies(Collection<ArtifactCoords>) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Sets the direct dependencies of the main component explicitly.
- setMainPath(Path) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Sets the file system path of the main runnable artifact (e.g. runner jar, native image).
- setMainPurl(Purl) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Overrides the main component's PURL.
- setManifestEnabled(boolean) - Method in class io.quarkus.paths.PathTreeBuilder
- setMode(String) - Method in class io.quarkus.bootstrap.model.gradle.impl.ModelParameterImpl
- setMode(String) - Method in interface io.quarkus.bootstrap.model.gradle.ModelParameter
- setModuleDir(Path) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setModuleDir(Path) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setModuleId(WorkspaceModuleId) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setModuleId(WorkspaceModuleId) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setName(String) - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- setName(String) - Method in class io.quarkus.sbom.Purl.Builder
- setNamespace(String) - Method in class io.quarkus.sbom.Purl.Builder
- setOptional(boolean) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setOptional(boolean) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setParent(WorkspaceModule) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setParent(WorkspaceModule) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setPath(Path) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets the file system path to the component artifact.
- setPedigree(String) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets the pedigree notes describing component modifications.
- setPedigrees(Map<ArtifactKey, String>) - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Sets pedigree notes for application model dependencies, keyed by artifact.
- setPlatformImports(PlatformImports) - Method in class io.quarkus.bootstrap.model.ApplicationModelBuilder
- setPlatformProperties(Map<String, String>) - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- setPurl(Purl) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets the Package URL identifying this component.
- setQualifiers(Map<String, String>) - Method in class io.quarkus.sbom.Purl.Builder
- setReloadable() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setReloadable() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setResolvedPath(Path) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setResolvedPaths(PathCollection) - Method in interface io.quarkus.maven.dependency.ResolvableDependency
- setResolvedPaths(PathCollection) - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- setResolvedPaths(PathCollection) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setRoot(Path) - Method in class io.quarkus.paths.PathTreeBuilder
- setRuntimeCp() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setRuntimeCp() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setRuntimeExtensionArtifact() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setRuntimeExtensionArtifact() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setScope(String) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setScope(String) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setScope(String) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets the dependency scope.
- setSubpath(String) - Method in class io.quarkus.sbom.Purl.Builder
- setTestClasspathDependencyExclusions(Collection<String>) - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule.Builder
- setTestClasspathDependencyExclusions(Collection<String>) - Method in interface io.quarkus.bootstrap.workspace.WorkspaceModule.Mutable
- setTopLevel(boolean) - Method in class io.quarkus.sbom.ComponentDescriptor.Builder
-
Sets whether this component is a top-level (direct) dependency of the main application component.
- setType(String) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setType(String) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setType(String) - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern.Builder
- setType(String) - Method in class io.quarkus.sbom.Purl.Builder
- setVersion(String) - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setVersion(String) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setVersion(String) - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern.Builder
-
Sets the pattern for
version - setVersion(String) - Method in class io.quarkus.sbom.Purl.Builder
- setWorkspaceModule() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- setWorkspaceModule() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- setWorkspaceModule(WorkspaceModule) - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- size() - Method in class io.quarkus.bootstrap.model.PathsCollection
- size() - Method in interface io.quarkus.paths.PathCollection
- size() - Method in class io.quarkus.paths.PathList
- SourceDir - Interface in io.quarkus.bootstrap.workspace
- split(String, String[]) - Static method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- split(String, String[]) - Static method in class io.quarkus.maven.dependency.GACTV
- split(String, String[], int) - Static method in class io.quarkus.maven.dependency.GACT
- splitByWhitespace(String) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
- stopWalking() - Method in interface io.quarkus.paths.PathVisit
-
Terminates walking over a
PathTreeafter this visit. - store(Writer, String, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
-
Writes a config option with its value to the target writer, possibly applying some transformations, such as character escaping prior to writing.
- store(Map<String, String>, Path) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
-
Stores a map of strings into a file sorting the keys alphabetically and following
Properties.store(Writer, String)format but skipping the timestamp and comments. - store(Map<String, String>, Path, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
-
Stores a map of strings into a file sorting the keys alphabetically and following
Properties.store(Writer, String)format but skipping the timestamp and comments. - store(Properties, Writer) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
-
Stores properties into a file sorting the keys alphabetically and following
Properties.store(Writer, String)format but skipping the timestamp and comments. - store(Properties, Writer, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
-
Stores properties into a file sorting the keys alphabetically and following
Properties.store(Writer, String)format but skipping the timestamp and comments. - store(Properties, Path) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
-
Stores properties into a file sorting the keys alphabetically and following
Properties.store(Writer, String)format but skipping the timestamp and comments. - store(Properties, Path, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
-
Stores properties into a file sorting the keys alphabetically and following
Properties.store(Writer, String)format but skipping the timestamp and comments. - stream() - Method in interface io.quarkus.paths.PathCollection
- STREAM_VERSION_SEPARATOR - Static variable in class io.quarkus.bootstrap.model.PlatformImportsImpl
T
- test(SourceDir, SourceDir) - Static method in interface io.quarkus.bootstrap.workspace.ArtifactSources
- TEST - Static variable in interface io.quarkus.bootstrap.workspace.ArtifactSources
- TEST_TO_MAIN_MAPPINGS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
-
Constant for sharing the additional mappings between test-sources and the corresponding application-sources.
- toCliOptions() - Method in interface io.quarkus.bootstrap.model.JvmOption
-
Returns command line representation of this option.
- toCliOptions() - Method in class io.quarkus.bootstrap.model.MutableStandardJvmOption
- toCliOptions() - Method in class io.quarkus.bootstrap.model.MutableXxJvmOption
- toCompactCoords() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- toCompactCoords() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- toGacString() - Method in interface io.quarkus.maven.dependency.ArtifactKey
- toGACTVString() - Method in class io.quarkus.maven.dependency.DependencyBuilder
- toGACTVString() - Method in class io.quarkus.maven.dependency.ResolvedDependencyBuilder
- toGACTVString() - Method in interface io.quarkus.maven.dependency.ArtifactCoords
- toList() - Method in class io.quarkus.bootstrap.model.PathsCollection
- toMultiReleaseResourceName(String) - Method in class io.quarkus.paths.PathTreeWithManifest
- toNames(int) - Static method in interface io.quarkus.maven.dependency.DependencyFlags
-
Generates a comma-separated list of flag names for a given integer value.
- TOP_LEVEL_RUNTIME_EXTENSION_ARTIFACT - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- toPatterns(Collection<ArtifactCoords>) - Static method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
- topLevel - Variable in class io.quarkus.sbom.ComponentDescriptor
- toPropertyValue() - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- toRegexPattern(String) - Static method in class io.quarkus.util.GlobUtil
-
Transforms the given
globto a regular expression suitable for passing toPattern.compile(String). - toSbomContribution() - Method in class io.quarkus.sbom.CoreSbomContributionConfig
-
Converts this config into an
SbomContribution, creating component descriptors from the application model, deduplicating by file path and Maven artifact key, resolving distribution paths, and producing the dependency graph. - toString() - Method in class io.quarkus.bootstrap.model.MutableBaseJvmOption
- toString() - Method in class io.quarkus.bootstrap.model.PathsCollection
- toString() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
- toString() - Method in class io.quarkus.bootstrap.workspace.DefaultArtifactSources
- toString() - Method in class io.quarkus.bootstrap.workspace.DefaultSourceDir
- toString() - Method in class io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- toString() - Method in class io.quarkus.bootstrap.workspace.LazySourceDir
- toString() - Method in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- toString() - Method in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- toString() - Method in class io.quarkus.maven.dependency.ArtifactCoordsPattern
- toString() - Method in class io.quarkus.maven.dependency.ArtifactDependency
- toString() - Method in class io.quarkus.maven.dependency.GACT
- toString() - Method in class io.quarkus.maven.dependency.GACTV
- toString() - Method in class io.quarkus.maven.dependency.GAV
- toString() - Method in class io.quarkus.maven.dependency.ResolvedArtifactDependency
- toString() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- toString() - Method in class io.quarkus.paths.ArchivePathTree
- toString() - Method in class io.quarkus.paths.EmptyPathTree
- toString() - Method in class io.quarkus.paths.FilteredPathTree
- toString() - Method in class io.quarkus.paths.MultiRootPathTree
- toString() - Method in class io.quarkus.paths.OpenContainerPathTree
- toString() - Method in class io.quarkus.paths.PathFilter
- toString() - Method in class io.quarkus.paths.PathList
- toString() - Method in record class io.quarkus.sbom.LicenseInfo
-
Returns a string representation of this record class.
- toString() - Method in class io.quarkus.sbom.Purl
-
Returns the canonical PURL string representation.
- toStringCollection(Collection<?>, MappableCollectionFactory) - Static method in interface io.quarkus.bootstrap.model.Mappable
-
Formats a collection of items as a comma-separated string.
- toStringCollection(Collection<T>, Function<T, String>, MappableCollectionFactory) - Static method in interface io.quarkus.bootstrap.model.Mappable
-
Formats a collection of items as a comma-separated string.
- toTextFlags(int) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Generates a comma-separated list of flag names for an integer representation of the flags.
- transformedClassesDir() - Static method in class io.quarkus.bootstrap.BootstrapDebug
- type - Variable in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- type - Variable in class io.quarkus.maven.ArtifactKey
-
Deprecated.
- type - Variable in class io.quarkus.maven.dependency.GACT
- TYPE_GENERIC - Static variable in class io.quarkus.sbom.Purl
- TYPE_JAR - Static variable in interface io.quarkus.maven.dependency.ArtifactCoords
- TYPE_MAVEN - Static variable in class io.quarkus.sbom.Purl
- TYPE_NPM - Static variable in class io.quarkus.sbom.Purl
- TYPE_POM - Static variable in interface io.quarkus.maven.dependency.ArtifactCoords
U
- url() - Method in record class io.quarkus.sbom.LicenseInfo
-
Returns the value of the
urlrecord component.
V
- version - Variable in class io.quarkus.maven.ArtifactCoords
-
Deprecated.
- VISITED - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- visitPath(PathVisit) - Method in interface io.quarkus.paths.PathVisitor
-
Called to visit a path when walking a path tree or when a caller requested to visit a specific path in a tree.
W
- walk(PathVisitor) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- walk(PathVisitor) - Method in class io.quarkus.paths.ArchivePathTree
- walk(PathVisitor) - Method in class io.quarkus.paths.EmptyPathTree
- walk(PathVisitor) - Method in class io.quarkus.paths.FilteredPathTree
- walk(PathVisitor) - Method in class io.quarkus.paths.MultiRootPathTree
- walk(PathVisitor) - Method in class io.quarkus.paths.OpenContainerPathTree
- walk(PathVisitor) - Method in interface io.quarkus.paths.PathTree
-
Walks the tree.
- walkIfContains(String, PathVisitor) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- walkIfContains(String, PathVisitor) - Method in class io.quarkus.paths.ArchivePathTree
- walkIfContains(String, PathVisitor) - Method in class io.quarkus.paths.EmptyPathTree
- walkIfContains(String, PathVisitor) - Method in class io.quarkus.paths.FilteredPathTree
- walkIfContains(String, PathVisitor) - Method in class io.quarkus.paths.MultiRootPathTree
- walkIfContains(String, PathVisitor) - Method in class io.quarkus.paths.OpenContainerPathTree
- walkIfContains(String, PathVisitor) - Method in interface io.quarkus.paths.PathTree
-
Walks a subtree of resources in this tree that begins with a passed in
resourceDirName. - walkRaw(PathVisitor) - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
- walkRaw(PathVisitor) - Method in class io.quarkus.paths.ArchivePathTree
- walkRaw(PathVisitor) - Method in class io.quarkus.paths.EmptyPathTree
- walkRaw(PathVisitor) - Method in class io.quarkus.paths.FilteredPathTree
- walkRaw(PathVisitor) - Method in class io.quarkus.paths.MultiRootPathTree
- walkRaw(PathVisitor) - Method in class io.quarkus.paths.OpenContainerPathTree
- walkRaw(PathVisitor) - Method in interface io.quarkus.paths.PathTree
-
Walks the tree without remapping multi release content to the paths expected for the current Java version.
- withFlags(String, String, String, String, String, int) - Static method in interface io.quarkus.maven.dependency.Dependency
- WORKSPACE_MODULE - Static variable in interface io.quarkus.maven.dependency.DependencyFlags
- WorkspaceModule - Interface in io.quarkus.bootstrap.workspace
- WorkspaceModule.Mutable - Interface in io.quarkus.bootstrap.workspace
- WorkspaceModuleId - Interface in io.quarkus.bootstrap.workspace
- writeAppModelWithWorkspaceId(ApplicationModel, int, Path) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.31.0 in favor of ApplicationModelSerializer methods
Serializes an
ApplicationModelalong with the workspace ID for which it was resolved. The serialization format will be different from the one used byBootstrapUtils.resolveSerializedAppModelPath(Path)andBootstrapUtils.getSerializedTestAppModelPath(Path). - writeFile(Path, String) - Static method in class io.quarkus.bootstrap.util.IoUtils
-
Write a string to a file using UTF-8 encoding.
- writeLock() - Method in class io.quarkus.paths.ArchivePathTree.OpenArchivePathTree
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CapabilityContract(String, Collection, Collection)