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

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
 
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
 
addPlatformProperties(Map<String, String>) - Method in class io.quarkus.bootstrap.model.AppModel.Builder
 
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
 
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

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_CONDITION - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
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
 
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

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
 
getAppModel(Path) - Method in class io.quarkus.bootstrap.model.PersistentAppModel
 
getArtifact() - Method in class io.quarkus.bootstrap.model.AppDependency
 
getArtifactId() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getArtifactId() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getArtifactId() - Method in interface io.quarkus.bootstrap.resolver.workspace.WorkspaceProject
 
getBaseName() - Method in class io.quarkus.bootstrap.model.PersistentAppModel
 
getBoolean(String, boolean) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getBooleanOrNull(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getClassifier() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getClassifier() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
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
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.resolver.workspace.WorkspaceProject
 
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
 
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
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.
getPaths() - Method in class io.quarkus.bootstrap.model.AppArtifact
Collection of the paths that collectively constitute the artifact's content.
getPlatformProperties() - 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
 
getProperty(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getProperty(String, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
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
 
getSinglePath() - Method in class io.quarkus.bootstrap.model.PathsCollection
 
getSourcesDirs() - Method in interface io.quarkus.bootstrap.resolver.workspace.BuildOutput
 
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
 
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.resolver.workspace.WorkspaceProject
 
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
 

I

io.quarkus.bootstrap - package io.quarkus.bootstrap
 
io.quarkus.bootstrap.model - package io.quarkus.bootstrap.model
 
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
 
isEmpty() - Method in class io.quarkus.bootstrap.model.PathsCollection
 
isOptional() - Method in class io.quarkus.bootstrap.model.AppDependency
 
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

META_INF - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
mkdirs(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 

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
 
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_PROPERTIES_ARTIFACT_ID_SUFFIX - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
PLATFORM_PROPERTY_PREFIX - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
POM - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
PROP_DEPLOYMENT_ARTIFACT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
PropertyUtils - Class in io.quarkus.bootstrap.util
 

Q

QUARKUS_EXTENSION_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 

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.
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
 
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.
size() - Method in class io.quarkus.bootstrap.model.PathsCollection
 
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
 

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
 
toString() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
toString() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
toString() - Method in class io.quarkus.bootstrap.model.AppDependency
 
toString() - Method in class io.quarkus.bootstrap.model.AppModel
 
toString() - Method in class io.quarkus.bootstrap.model.PathsCollection
 
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_POM - Static variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 

V

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

W

Workspace<M extends WorkspaceProject> - Interface in io.quarkus.bootstrap.resolver.workspace
 
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
 
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