A B C D E F G H I J K L M O P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
- add(Path...) - Method in class io.quarkus.bootstrap.model.PathsCollection
- addAllFirst(Iterable<Path>) - Method in class io.quarkus.bootstrap.model.PathsCollection
- addConflict(String, String) - Method in class io.quarkus.bootstrap.model.CapabilityErrors
- addDeploymentDep(AppDependency) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addDeploymentDeps(List<AppDependency>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addExcludedArtifact(AppArtifactKey) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addExcludedArtifacts(List<AppArtifactKey>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addFirst(Path...) - Method in class io.quarkus.bootstrap.model.PathsCollection
- addFullDeploymentDep(AppDependency) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addFullDeploymentDeps(List<AppDependency>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addLesserPriorityArtifact(AppArtifactKey) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addLesserPriorityArtifacts(List<AppArtifactKey>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addLocalProjectArtifact(AppArtifactKey) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addLocalProjectArtifacts(Collection<AppArtifactKey>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addParentFirstArtifact(AppArtifactKey) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addParentFirstArtifacts(List<AppArtifactKey>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addPath(File) - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- 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
- addRunnerParentFirstArtifact(AppArtifactKey) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addRunnerParentFirstArtifacts(List<AppArtifactKey>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addRuntimeDep(AppDependency) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- addRuntimeDeps(List<AppDependency>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- AppArtifact - Class in io.quarkus.bootstrap.model
-
Represents an application (or its dependency) artifact.
- AppArtifact(AppArtifactCoords) - Constructor for class io.quarkus.bootstrap.model.AppArtifact
- AppArtifact(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifact
- AppArtifact(String, String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifact
- AppArtifactCoords - Class in io.quarkus.bootstrap.model
-
GroupId, artifactId, classifier, type, version
- AppArtifactCoords(AppArtifactKey, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
- AppArtifactCoords(String[]) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
- AppArtifactCoords(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
- AppArtifactCoords(String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
- AppArtifactCoords(String, String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
- AppArtifactKey - Class in io.quarkus.bootstrap.model
-
GroupId, artifactId and classifier
- AppArtifactKey(String[]) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
- AppArtifactKey(String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
- AppArtifactKey(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
- AppArtifactKey(String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
- AppDependency - Class in io.quarkus.bootstrap.model
-
Represents an application artifact dependency.
- AppDependency(AppArtifact, String) - Constructor for class io.quarkus.bootstrap.model.AppDependency
- AppDependency(AppArtifact, String, boolean) - Constructor for class io.quarkus.bootstrap.model.AppDependency
- append(StringBuilder) - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- AppModel - Class in io.quarkus.bootstrap.model
-
A representation of the Quarkus dependency model for a given application.
- AppModel.Builder - Class in io.quarkus.bootstrap.model
- AppModelResolver - Interface in io.quarkus.bootstrap.resolver
-
Application model resolver used to resolve application and/or its dependency artifacts.
- AppModelResolverException - Exception in io.quarkus.bootstrap.resolver
- AppModelResolverException(String) - Constructor for exception io.quarkus.bootstrap.resolver.AppModelResolverException
- AppModelResolverException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.resolver.AppModelResolverException
- ArtifactCoords - Interface in io.quarkus.bootstrap.model.gradle
- ArtifactCoordsImpl - Class in io.quarkus.bootstrap.model.gradle.impl
- ArtifactCoordsImpl(String, String, String) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- ArtifactCoordsImpl(String, String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- artifactId - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
- artifactId - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
B
- BootstrapConstants - Interface in io.quarkus.bootstrap
- build() - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- build() - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
- builder() - Static method in class io.quarkus.bootstrap.model.PathsCollection
- Builder() - Constructor for class io.quarkus.bootstrap.model.AppModel.Builder
- BuildOutput - Interface in io.quarkus.bootstrap.resolver.workspace
-
Represents an outcome of the build for a specific set of sources and resources.
C
- CapabilityContract - Class in io.quarkus.bootstrap.model
- CapabilityContract(String, List<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.bootstrap.model.AppArtifactCoords
- classifier - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
- CONDITIONAL_DEPENDENCIES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- contains(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection.Builder
- contains(Path) - Method in class io.quarkus.bootstrap.model.PathsCollection
- copy(OutputStream, InputStream) - Static method in class io.quarkus.bootstrap.util.IoUtils
- copy(Path, Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
- 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
- Dependency - Interface in io.quarkus.bootstrap.model.gradle
- DEPENDENCY_CONDITION - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- DependencyImpl - Class in io.quarkus.bootstrap.model.gradle.impl
- DependencyImpl(String, String, String, File, String, String, String) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- DependencyImpl(String, String, String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- DESCRIPTOR_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- DESCRIPTOR_PATH - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
E
- EMPTY - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- equals(Object) - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- equals(Object) - Method in class io.quarkus.bootstrap.model.AppArtifactKey
- equals(Object) - Method in class io.quarkus.bootstrap.model.AppDependency
- equals(Object) - Method in class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- equals(Object) - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- equals(Object) - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceModuleImpl
- EXCLUDED_ARTIFACTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- EXCLUDED_ARTIFACTS - Static variable in class io.quarkus.bootstrap.model.AppModel
- EXTENSION_PROPS_JSON_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
-
Deprecated.
F
- from(Iterable<Path>) - Static method in class io.quarkus.bootstrap.model.PathsCollection
- fromString(String) - Static method in class io.quarkus.bootstrap.model.AppArtifactCoords
- fromString(String) - Static method in class io.quarkus.bootstrap.model.AppArtifactKey
G
- getAllModules() - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceImpl
- getAllModules() - Method in interface io.quarkus.bootstrap.model.gradle.Workspace
- getAllProjects() - Method in interface io.quarkus.bootstrap.resolver.workspace.Workspace
- getAppArtifact() - Method in class io.quarkus.bootstrap.model.AppModel
- getAppArtifact(String) - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
- getAppArtifact(String, String) - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
- getAppDependencies() - Method in class io.quarkus.bootstrap.model.gradle.impl.QuarkusModelImpl
- getAppDependencies() - Method in interface io.quarkus.bootstrap.model.gradle.QuarkusModel
- getAppModel(Path) - Method in class io.quarkus.bootstrap.model.PersistentAppModel
- getArtifact() - Method in class io.quarkus.bootstrap.model.AppDependency
- getArtifactCoords() - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceModuleImpl
- getArtifactCoords() - Method in interface io.quarkus.bootstrap.model.gradle.WorkspaceModule
- getArtifactId() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- getArtifactId() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
- getArtifactId() - Method in interface io.quarkus.bootstrap.model.gradle.ArtifactCoords
- getArtifactId() - Method in class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- getArtifactId() - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
- getBaseName() - Method in class io.quarkus.bootstrap.model.PersistentAppModel
- 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.model.gradle.impl.WorkspaceModuleImpl
- getBuildDir() - Method in interface io.quarkus.bootstrap.model.gradle.WorkspaceModule
- getCapabilityContracts() - Method in class io.quarkus.bootstrap.model.AppModel
- getClassifier() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- getClassifier() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
- getClassifier() - Method in interface io.quarkus.bootstrap.model.gradle.ArtifactCoords
- getClassifier() - Method in interface io.quarkus.bootstrap.model.gradle.Dependency
- getClassifier() - Method in class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- getClassifier() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- getDeploymentDependencies() - Method in class io.quarkus.bootstrap.model.AppModel
-
Deprecated.
- getDir() - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
-
Project location on the filesystem
- getEnforcedPlatformDependencies() - Method in class io.quarkus.bootstrap.model.gradle.impl.QuarkusModelImpl
- getEnforcedPlatformDependencies() - Method in interface io.quarkus.bootstrap.model.gradle.QuarkusModel
- getExtension() - Method in class io.quarkus.bootstrap.model.CapabilityContract
- getExtensionDependencies() - Method in class io.quarkus.bootstrap.model.gradle.impl.QuarkusModelImpl
- getExtensionDependencies() - Method in interface io.quarkus.bootstrap.model.gradle.QuarkusModel
- getFullDeploymentDeps() - Method in class io.quarkus.bootstrap.model.AppModel
- getGroupId() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- getGroupId() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
- getGroupId() - Method in interface io.quarkus.bootstrap.model.gradle.ArtifactCoords
- getGroupId() - Method in interface io.quarkus.bootstrap.model.gradle.Dependency
- getGroupId() - Method in class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- getGroupId() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- getGroupId() - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
- getId() - Method in class io.quarkus.bootstrap.model.PlatformStreamInfo
- 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
- getKey() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- getKey() - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
-
Project's key consisting of its group and artifact IDs
- getLatestVersion(AppArtifact, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Returns the latest version for the artifact up to the version specified.
- getLatestVersionFromRange(AppArtifact, String) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolves the latest version from the specified range.
- getLesserPriorityArtifacts() - Method in class io.quarkus.bootstrap.model.AppModel
- getLocalProjectArtifacts() - Method in class io.quarkus.bootstrap.model.AppModel
- getMainModule() - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceImpl
- getMainModule() - Method in interface io.quarkus.bootstrap.model.gradle.Workspace
- getMainOutput() - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
-
Where the main build output can be located and from which sources and resources it was produced
- getMisalignmentReport() - Method in interface io.quarkus.bootstrap.model.PlatformImports
-
In case Quarkus platform member BOM imports were misaligned this method will return a 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
- getModule(ArtifactCoords) - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceImpl
- getModule(ArtifactCoords) - Method in interface io.quarkus.bootstrap.model.gradle.Workspace
- getName() - Method in interface io.quarkus.bootstrap.model.gradle.Dependency
- getName() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- getNextVersion(AppArtifact, String, boolean, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Returns the next version of the artifact from the specified range.
- getOutputDir() - Method in interface io.quarkus.bootstrap.resolver.workspace.BuildOutput
- getParentFirstArtifacts() - Method in class io.quarkus.bootstrap.model.AppModel
- getPath() - Method in class io.quarkus.bootstrap.model.AppArtifact
-
Deprecated.in favor of
AppArtifact.getPaths() - getPaths() - Method in class io.quarkus.bootstrap.model.AppArtifact
-
Collection of the paths that collectively constitute the artifact's content.
- getPaths() - Method in interface io.quarkus.bootstrap.model.gradle.Dependency
- getPaths() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- getPlatformImports() - Method in class io.quarkus.bootstrap.model.gradle.impl.QuarkusModelImpl
- getPlatformImports() - Method in interface io.quarkus.bootstrap.model.gradle.QuarkusModel
- getPlatformKey() - Method in class io.quarkus.bootstrap.model.PlatformInfo
- getPlatformKey() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
-
The platform key.
- getPlatformProperties() - Method in class io.quarkus.bootstrap.model.AppModel
- 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 class io.quarkus.bootstrap.model.AppModel
- getProject(AppArtifactKey) - Method in interface io.quarkus.bootstrap.resolver.workspace.Workspace
- getProject(String, String) - Method in interface io.quarkus.bootstrap.resolver.workspace.Workspace
- getProjectRoot() - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceModuleImpl
- getProjectRoot() - Method in interface io.quarkus.bootstrap.model.gradle.WorkspaceModule
- getProperty(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- getProperty(String, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- getProvidesCapabilities() - Method in class io.quarkus.bootstrap.model.CapabilityContract
- getResourceDirectories() - Method in class io.quarkus.bootstrap.model.gradle.impl.SourceSetImpl
- getResourceDirectories() - Method in interface io.quarkus.bootstrap.model.gradle.SourceSet
- getResourcesDirs() - Method in interface io.quarkus.bootstrap.resolver.workspace.BuildOutput
- getRunnerParentFirstArtifacts() - Method in class io.quarkus.bootstrap.model.AppModel
- getScope() - Method in class io.quarkus.bootstrap.model.AppDependency
- getScope() - Method in interface io.quarkus.bootstrap.model.gradle.Dependency
- getScope() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- getSinglePath() - Method in class io.quarkus.bootstrap.model.PathsCollection
- getSourceDirectories() - Method in class io.quarkus.bootstrap.model.gradle.impl.SourceSetImpl
- getSourceDirectories() - Method in interface io.quarkus.bootstrap.model.gradle.SourceSet
- getSourcesDirs() - Method in interface io.quarkus.bootstrap.resolver.workspace.BuildOutput
- getSourceSet() - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceModuleImpl
- getSourceSet() - Method in interface io.quarkus.bootstrap.model.gradle.WorkspaceModule
- getSourceSourceSet() - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceModuleImpl
- getSourceSourceSet() - Method in interface io.quarkus.bootstrap.model.gradle.WorkspaceModule
- getStream() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
-
Platform stream.
- getTestOutput() - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
-
Where the test build output can be located and from which sources and resources it was produced
- getType() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- getType() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
- getType() - Method in interface io.quarkus.bootstrap.model.gradle.ArtifactCoords
- getType() - Method in interface io.quarkus.bootstrap.model.gradle.Dependency
- getType() - Method in class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- getType() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- getUserDependencies() - Method in class io.quarkus.bootstrap.model.AppModel
-
Dependencies that the user has added that have nothing to do with Quarkus (3rd party libs, additional modules etc)
- getUserHome() - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- getUserProvidersDirectory() - Method in class io.quarkus.bootstrap.model.PersistentAppModel
- getVersion() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- getVersion() - Method in interface io.quarkus.bootstrap.model.gradle.ArtifactCoords
- getVersion() - Method in interface io.quarkus.bootstrap.model.gradle.Dependency
- getVersion() - Method in class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- getVersion() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- getVersion() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
-
The version of the platform in a stream.
- getVersion() - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
- getWorkspace() - Method in class io.quarkus.bootstrap.model.gradle.impl.QuarkusModelImpl
- getWorkspace() - Method in interface io.quarkus.bootstrap.model.gradle.QuarkusModel
- groupId - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
- groupId - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
H
- handleExtensionProperties(Properties, String) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
-
Sets the parent first and excluded artifacts from a descriptor properties file
- hashCode() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- hashCode() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
- hashCode() - Method in class io.quarkus.bootstrap.model.AppDependency
- hashCode() - Method in class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- hashCode() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- hashCode() - Method in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceModuleImpl
I
- 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.resolver.workspace - package io.quarkus.bootstrap.resolver.workspace
- io.quarkus.bootstrap.util - package io.quarkus.bootstrap.util
- IoUtils - Class in io.quarkus.bootstrap.util
- IoUtils() - Constructor for class io.quarkus.bootstrap.util.IoUtils
- 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
- isEmpty() - Method in class io.quarkus.bootstrap.model.CapabilityErrors
- isEmpty() - Method in class io.quarkus.bootstrap.model.PathsCollection
- isOptional() - Method in class io.quarkus.bootstrap.model.AppDependency
- isPlatformReleaseInfo(String) - Static method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- isResolved() - Method in class io.quarkus.bootstrap.model.AppArtifact
-
Whether the artifact has been resolved, i.e.
- isSinglePath() - Method in class io.quarkus.bootstrap.model.PathsCollection
- isWindows() - Static method in class io.quarkus.bootstrap.util.PropertyUtils
- iterator() - Method in class io.quarkus.bootstrap.model.PathsCollection
J
- JAR - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
K
- key - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
L
- LESSER_PRIORITY_ARTIFACTS - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- LESSER_PRIORITY_ARTIFACTS - Static variable in class io.quarkus.bootstrap.model.AppModel
- listLaterVersions(AppArtifact, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Lists versions released later than the version of the artifact up to the version specified or all the later versions in case the up-to-version is not provided.
M
- mainModuleKey - Variable in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceImpl
- META_INF - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- 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
- modules - Variable in class io.quarkus.bootstrap.model.gradle.impl.WorkspaceImpl
O
- of(Path...) - Static method in class io.quarkus.bootstrap.model.PathsCollection
- 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.AppModel
- paths - Variable in class io.quarkus.bootstrap.model.AppArtifact
- PathsCollection - Class in io.quarkus.bootstrap.model
- PathsCollection.Builder - Class in io.quarkus.bootstrap.model
- PathsUtils - Class in io.quarkus.bootstrap.util
- PathsUtils() - Constructor for class io.quarkus.bootstrap.util.PathsUtils
- PersistentAppModel - Class in io.quarkus.bootstrap.model
-
A representation of AppModel, that has been serialized to disk for an existing application.
- PersistentAppModel(String, Map<AppArtifactKey, List<String>>, AppModel, String, String) - Constructor for class io.quarkus.bootstrap.model.PersistentAppModel
- 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
- PlatformStreamInfo - Class in io.quarkus.bootstrap.model
- PlatformStreamInfo(String) - Constructor for class io.quarkus.bootstrap.model.PlatformStreamInfo
- POM - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PROP_DEPLOYMENT_ARTIFACT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- PROP_PROVIDES_CAPABILITIES - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- 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
Q
- QUARKUS_EXTENSION_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- QuarkusModel - Interface in io.quarkus.bootstrap.model.gradle
- QuarkusModelImpl - Class in io.quarkus.bootstrap.model.gradle.impl
- QuarkusModelImpl(Workspace, List<Dependency>, List<Dependency>, List<Dependency>, PlatformImports) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.QuarkusModelImpl
R
- readFile(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
- recursiveDelete(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
- relink(AppArtifact, Path) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
(Re-)links an artifact to a path.
- report() - Method in class io.quarkus.bootstrap.model.CapabilityErrors
- resolve(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolves an artifact.
- resolveExistingOrNull(String) - Method in class io.quarkus.bootstrap.model.PathsCollection
- resolveManagedModel(AppArtifact, List<AppDependency>, AppArtifact, Set<AppArtifactKey>) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
- resolveModel(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolve dependencies that are required at runtime, excluding test and optional dependencies.
- resolveModel(AppArtifact, List<AppDependency>) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolve artifact dependencies given the specific versions of the direct dependencies
- resolveUserDependencies(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolve application direct and transitive dependencies configured by the user.
- resolveUserDependencies(AppArtifact, List<AppDependency>) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
-
Resolve application direct and transitive dependencies configured by the user, given the specific versions of the direct dependencies.
- RUNNER_PARENT_FIRST_ARTIFACTS - Static variable in class io.quarkus.bootstrap.model.AppModel
S
- SERIALIZED_APP_MODEL - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- SERIALIZED_TEST_APP_MODEL - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
- setAppArtifact(AppArtifact) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- setCapabilitiesContracts(Map<String, CapabilityContract>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- setMode(String) - Method in class io.quarkus.bootstrap.model.gradle.impl.ModelParameterImpl
- setMode(String) - Method in interface io.quarkus.bootstrap.model.gradle.ModelParameter
- setPath(Path) - Method in class io.quarkus.bootstrap.model.AppArtifact
-
Associates the artifact with the given path
- setPaths(PathsCollection) - Method in class io.quarkus.bootstrap.model.AppArtifact
-
Associates the artifact with a collection of paths that constitute its content.
- setPlatformImports(PlatformImports) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
- setPlatformProperties(Map<String, String>) - Method in class io.quarkus.bootstrap.model.PlatformImportsImpl
- size() - Method in class io.quarkus.bootstrap.model.PathsCollection
- SourceSet - Interface in io.quarkus.bootstrap.model.gradle
- SourceSetImpl - Class in io.quarkus.bootstrap.model.gradle.impl
- SourceSetImpl(Set<File>) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.SourceSetImpl
- SourceSetImpl(Set<File>, Set<File>) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.SourceSetImpl
- split(String, String[]) - Static method in class io.quarkus.bootstrap.model.AppArtifactCoords
- split(String, String[], int) - Static method in class io.quarkus.bootstrap.model.AppArtifactKey
- STREAM_VERSION_SEPARATOR - Static variable in class io.quarkus.bootstrap.model.PlatformImportsImpl
T
- 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.
- toList() - Method in class io.quarkus.bootstrap.model.PathsCollection
- toPathsCollection(Collection<File>) - Static method in class io.quarkus.bootstrap.util.PathsUtils
- toString() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
- toString() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
- toString() - Method in class io.quarkus.bootstrap.model.AppDependency
- toString() - Method in class io.quarkus.bootstrap.model.AppModel
- toString() - Method in class io.quarkus.bootstrap.model.gradle.impl.DependencyImpl
- toString() - Method in class io.quarkus.bootstrap.model.gradle.impl.SourceSetImpl
- toString() - Method in class io.quarkus.bootstrap.model.PathsCollection
- toString() - Method in class io.quarkus.bootstrap.model.PlatformReleaseInfo
- type - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
- type - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
- TYPE_JAR - Static variable in class io.quarkus.bootstrap.model.AppArtifactCoords
- TYPE_JAR - Static variable in class io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
- TYPE_POM - Static variable in class io.quarkus.bootstrap.model.AppArtifactCoords
V
- version - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
W
- Workspace - Interface in io.quarkus.bootstrap.model.gradle
- Workspace<M extends WorkspaceProject> - Interface in io.quarkus.bootstrap.resolver.workspace
- WorkspaceImpl - Class in io.quarkus.bootstrap.model.gradle.impl
- WorkspaceImpl(ArtifactCoords, Set<WorkspaceModule>) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.WorkspaceImpl
- WorkspaceModule - Interface in io.quarkus.bootstrap.model.gradle
- WorkspaceModuleImpl - Class in io.quarkus.bootstrap.model.gradle.impl
- WorkspaceModuleImpl(ArtifactCoords, File, File, SourceSet, SourceSet) - Constructor for class io.quarkus.bootstrap.model.gradle.impl.WorkspaceModuleImpl
- WorkspaceProject - Interface in io.quarkus.bootstrap.resolver.workspace
-
Represents a project in a workspace
- writeFile(Path, String) - Static method in class io.quarkus.bootstrap.util.IoUtils
All Classes All Packages