Skip navigation links
Quarkus - Bootstrap - Core 0.13.3
A B C D E F G H I K L M N P R S T U V W Z 

A

add(RepositorySystemSession, LocalArtifactRegistration) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
add(RepositorySystemSession, LocalMetadataRegistration) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
addProject(LocalProject, long) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
addRemoteRepositories(List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
addRemoteRepositories(List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
addToClassPath(Path) - Method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
AppArtifact - Class in io.quarkus.bootstrap.model
Represents an application (or its dependency) artifact.
AppArtifact(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifact
 
AppArtifact(String, String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifact
 
AppArtifactCoords - Class in io.quarkus.bootstrap.model
GroupId, artifactId, classifier, type, version
AppArtifactCoords(String[]) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppArtifactCoords(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppArtifactCoords(String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppArtifactCoords(String, String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppArtifactKey - Class in io.quarkus.bootstrap.model
GroupId, artifactId and classifier
AppArtifactKey(String[]) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
 
AppArtifactKey(String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
 
AppArtifactKey(String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
 
AppArtifactKey(String, String, String, String) - Constructor for class io.quarkus.bootstrap.model.AppArtifactKey
 
AppDependency - Class in io.quarkus.bootstrap.model
Represents an application artifact dependency.
AppDependency(AppArtifact, String) - Constructor for class io.quarkus.bootstrap.model.AppDependency
 
AppDependency(AppArtifact, String, boolean) - Constructor for class io.quarkus.bootstrap.model.AppDependency
 
append(StringBuilder) - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
AppModel - Class in io.quarkus.bootstrap.model
 
AppModel(AppArtifact, List<AppDependency>, List<AppDependency>) - Constructor for class io.quarkus.bootstrap.model.AppModel
 
AppModelResolver - Interface in io.quarkus.bootstrap.resolver
Application model resolver used to resolve application and/or its dependency artifacts.
AppModelResolverException - Exception in io.quarkus.bootstrap.resolver
 
AppModelResolverException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.resolver.AppModelResolverException
 
AppModelResolverException(String) - Constructor for exception io.quarkus.bootstrap.resolver.AppModelResolverException
 
artifactId - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
artifactId - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
 

B

BootstrapAppModelResolver - Class in io.quarkus.bootstrap.resolver
 
BootstrapAppModelResolver(MavenArtifactResolver) - Constructor for class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
BootstrapClassLoaderFactory - Class in io.quarkus.bootstrap
 
BootstrapConstants - Interface in io.quarkus.bootstrap
 
BootstrapDependencyProcessingException - Exception in io.quarkus.bootstrap
 
BootstrapDependencyProcessingException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.BootstrapDependencyProcessingException
 
BootstrapDependencyProcessingException(String) - Constructor for exception io.quarkus.bootstrap.BootstrapDependencyProcessingException
 
BootstrapException - Exception in io.quarkus.bootstrap
 
BootstrapException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.BootstrapException
 
BootstrapException(String) - Constructor for exception io.quarkus.bootstrap.BootstrapException
 
BootstrapUtils - Class in io.quarkus.bootstrap.util
 
BootstrapUtils() - Constructor for class io.quarkus.bootstrap.util.BootstrapUtils
 
build() - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
build(ModelBuildingRequest) - Method in class io.quarkus.bootstrap.resolver.maven.MavenModelBuilder
 
build(ModelBuildingRequest, ModelBuildingResult) - Method in class io.quarkus.bootstrap.resolver.maven.MavenModelBuilder
 
builder() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
buildRawModel(File, int, boolean) - Method in class io.quarkus.bootstrap.resolver.maven.MavenModelBuilder
 

C

classifier - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
classifier - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
 
collectDependencies(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
collectDependencies(Artifact, List<Dependency>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
copy(Path, Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
copy(OutputStream, InputStream) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
copyFromZip(Path, Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 
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

DeploymentInjectingDependencyVisitor - Class in io.quarkus.bootstrap.resolver.maven
 
DeploymentInjectingDependencyVisitor(MavenArtifactResolver) - Constructor for class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
DeploymentInjectionException - Exception in io.quarkus.bootstrap.resolver.maven
 
DeploymentInjectionException(String, Throwable) - Constructor for exception io.quarkus.bootstrap.resolver.maven.DeploymentInjectionException
 
DeploymentInjectionException(Throwable) - Constructor for exception io.quarkus.bootstrap.resolver.maven.DeploymentInjectionException
 
DeploymentInjectionException(String) - Constructor for exception io.quarkus.bootstrap.resolver.maven.DeploymentInjectionException
 
DESCRIPTOR_FILE_NAME - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
DESCRIPTOR_PATH - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 

E

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
 

F

find(RepositorySystemSession, LocalArtifactRequest) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
find(RepositorySystemSession, LocalMetadataRequest) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
findArtifact(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
findVersions(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
fromString(String) - Static method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
fromString(String) - Static method in class io.quarkus.bootstrap.model.AppArtifactKey
 

G

get(Object) - Method in class io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
 
getAllDependencies() - Method in class io.quarkus.bootstrap.model.AppModel
 
getAppArtifact() - Method in class io.quarkus.bootstrap.model.AppModel
 
getAppArtifact() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getArtifact() - Method in class io.quarkus.bootstrap.model.AppDependency
 
getArtifactId() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getArtifactId() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getArtifactId() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getBoolean(String, boolean) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getBooleanOrNull(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getClassesDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getClassifier() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getClassifier() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getDeploymentDependencies() - Method in class io.quarkus.bootstrap.model.AppModel
 
getDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getGroupId() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getGroupId() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getGroupId() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getId() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getInjectedDependency(DependencyNode) - Static method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
getKey() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getKey() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getLastModified() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getLatestVersion(AppArtifact, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Returns the latest version for the artifact up to the version specified.
getLatestVersion(AppArtifact, String, boolean) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
getLocalRepo(Settings) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
getLocalRepositoryManager() - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
getNextVersion(AppArtifact, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Returns the next version for the artifact which is not later than the version specified.
getNextVersion(AppArtifact, String, boolean) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
getOutputDir() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getPath() - Method in class io.quarkus.bootstrap.model.AppArtifact
 
getPathForLocalArtifact(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getPathForLocalMetadata(Metadata) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getProject(String, String) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getProject(AppArtifactKey) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getProperty(String, String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getProperty(String) - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getRawModel() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getRemoteRepos() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
getRemoteRepos(Settings) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
getRepository() - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
getRepository() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
getRepositorySystem() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
getRepositorySystem(boolean, WorkspaceModelResolver) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
getScope() - Method in class io.quarkus.bootstrap.model.AppDependency
 
getSession() - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
getSession() - Method in class io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
 
getSettings() - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
getStateArtifact(AppArtifact) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
Returns the provisioning state artifact for the given application artifact
getType() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getType() - Method in class io.quarkus.bootstrap.model.AppArtifactKey
 
getUpdateCandidates(List<Dependency>, List<AppDependency>, Set<String>) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
Filters out non-platform from application POM dependencies.
getUserDependencies() - Method in class io.quarkus.bootstrap.model.AppModel
 
getUserHome() - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 
getVersion() - Method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
getVersion() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
getWorkspace() - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
groupId - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
groupId - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
 

H

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

install(AppArtifact, Path) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
install(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
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.maven - package io.quarkus.bootstrap.resolver.maven
 
io.quarkus.bootstrap.resolver.maven.workspace - package io.quarkus.bootstrap.resolver.maven.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
 
isInjectedDeps() - Method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
isOptional() - Method in class io.quarkus.bootstrap.model.AppDependency
 
isResolved() - Method in class io.quarkus.bootstrap.model.AppArtifact
 
isWindows() - Static method in class io.quarkus.bootstrap.util.PropertyUtils
 

K

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

L

listLaterVersions(AppArtifact, String, boolean) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Lists versions released later than the version of the artifact up to the version specified or all the later versions in case the up-to-version is not provided.
listLaterVersions(AppArtifact, String, boolean) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
LocalProject - Class in io.quarkus.bootstrap.resolver.maven.workspace
 
localRepoManager - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
LocalWorkspace - Class in io.quarkus.bootstrap.resolver.maven.workspace
 
LocalWorkspace() - Constructor for class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
locateCurrentProjectDir(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
logUrlDiff(ClassLoader, String, ClassLoader, String) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
 
logUrls(ClassLoader) - Static method in class io.quarkus.bootstrap.util.BootstrapUtils
 

M

main(String[]) - Static method in class io.quarkus.bootstrap.model.AppArtifactCoords
 
main(String[]) - Static method in class io.quarkus.bootstrap.model.AppArtifactKey
 
MavenArtifactResolver - Class in io.quarkus.bootstrap.resolver.maven
 
MavenArtifactResolver.Builder - Class in io.quarkus.bootstrap.resolver.maven
 
MavenLocalRepositoryManager - Class in io.quarkus.bootstrap.resolver.maven
 
MavenLocalRepositoryManager(LocalRepositoryManager, Path) - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
MavenLocalRepositoryManager(LocalRepositoryManager, Path, boolean) - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
MavenModelBuilder - Class in io.quarkus.bootstrap.resolver.maven
 
MavenModelBuilder(WorkspaceModelResolver) - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenModelBuilder
 
MavenRepoInitializer - Class in io.quarkus.bootstrap.resolver.maven
 
MavenRepoInitializer() - Constructor for class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
META_INF - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
mkdirs(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
ModelUtils - Class in io.quarkus.bootstrap.resolver.maven.workspace
 
ModelUtils() - Constructor for class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
mvn - Variable in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 

N

newAllInclusiveClassLoader(boolean) - Method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
WARNING: this method is creating a classloader by resolving all the dependencies on every call, without consulting the cache.
newDeploymentClassLoader() - Method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
newFileSystem(URI, Map<String, ?>) - Static method in class io.quarkus.bootstrap.util.ZipUtils
This call is not thread safe, a single of FileSystem can be created for the profided uri until it is closed.
newFileSystem(Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
This call is thread safe, a new FS is created for each invocation.
newInstance() - Static method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
newSession(RepositorySystem) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
newSession(RepositorySystem, Settings) - Static method in class io.quarkus.bootstrap.resolver.maven.MavenRepoInitializer
 
newZip(Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 

P

path - Variable in class io.quarkus.bootstrap.model.AppArtifact
 
persistModel(Path, Model) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
PROP_CP_CACHE - Static variable in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
PROP_DEPLOYMENT_ARTIFACT - Static variable in interface io.quarkus.bootstrap.BootstrapConstants
 
PROP_OFFLINE - Static variable in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
PROP_WS_DISCOVERY - Static variable in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
PropertyUtils - Class in io.quarkus.bootstrap.util
 
put(Object, Object) - Method in class io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
 

R

readAppModel(Path, AppArtifact) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
readFile(Path) - Static method in class io.quarkus.bootstrap.util.IoUtils
 
readModel(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
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.
relink(AppArtifact, Path) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
relink(String, String, String, String, String, Path) - Method in class io.quarkus.bootstrap.resolver.maven.MavenLocalRepositoryManager
 
remoteRepos - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
repoSession - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
repoSystem - Variable in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolve(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Resolves an artifact.
resolve(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolve(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolve(List<ArtifactRequest>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveAppArtifact(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.ModelUtils
 
resolveArtifactRepos(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolveDependencies(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveDependencies(Artifact, List<Dependency>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveDescriptor(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 
resolveEffectiveModel(String, String, String) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
resolveLocalProject(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
resolveLocalProjectWithWorkspace(Path) - Static method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalProject
 
resolveModel(AppArtifact) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Collect dependencies that are required at runtime, excluding test and optional depependencies.
resolveModel(AppArtifact, List<AppDependency>) - Method in interface io.quarkus.bootstrap.resolver.AppModelResolver
Collects artifact dependencies merging the provided direct dependencies in
resolveModel(AppArtifact) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolveModel(AppArtifact, List<AppDependency>) - Method in class io.quarkus.bootstrap.resolver.BootstrapAppModelResolver
 
resolveRawModel(String, String, String) - Method in class io.quarkus.bootstrap.resolver.maven.workspace.LocalWorkspace
 
resolveVersionRange(Artifact) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver
 

S

setAppClasses(Path) - Method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
setEnableClasspathCache(boolean) - Method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
setLocalProjectsDiscovery(boolean) - Method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
setOffline(Boolean) - Method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
setOffline(boolean) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
setParent(ClassLoader) - Method in class io.quarkus.bootstrap.BootstrapClassLoaderFactory
 
setPath(Path) - Method in class io.quarkus.bootstrap.model.AppArtifact
 
setRemoteRepositories(List<RemoteRepository>) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
setRepoHome(Path) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
setRepositorySystem(RepositorySystem) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
setRepositorySystemSession(RepositorySystemSession) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
setWorkspace(LocalWorkspace) - Method in class io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver.Builder
 
SimpleDependencyGraphTransformationContext - Class in io.quarkus.bootstrap.resolver.maven
 
SimpleDependencyGraphTransformationContext(RepositorySystemSession) - Constructor for class io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
 
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

toArtifact(String) - Static method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
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
 
toZipUri(Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 
type - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
type - Variable in class io.quarkus.bootstrap.model.AppArtifactKey
 
TYPE_JAR - Static variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
TYPE_POM - Static variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 

U

unzip(Path, Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 

V

version - Variable in class io.quarkus.bootstrap.model.AppArtifactCoords
 
visitEnter(DependencyNode) - Method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 
visitLeave(DependencyNode) - Method in class io.quarkus.bootstrap.resolver.maven.DeploymentInjectingDependencyVisitor
 

W

writeFile(Path, String) - Static method in class io.quarkus.bootstrap.util.IoUtils
 

Z

zip(Path, Path) - Static method in class io.quarkus.bootstrap.util.ZipUtils
 
ZipUtils - Class in io.quarkus.bootstrap.util
 
ZipUtils() - Constructor for class io.quarkus.bootstrap.util.ZipUtils
 
A B C D E F G H I K L M N P R S T U V W Z 
Skip navigation links
Quarkus - Bootstrap - Core 0.13.3

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