| Package | Description |
|---|---|
| io.quarkus.bootstrap | |
| io.quarkus.bootstrap.resolver.maven.workspace |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapDependencyProcessingException |
| Modifier and Type | Method and Description |
|---|---|
URLClassLoader |
BootstrapClassLoaderFactory.newAllInclusiveClassLoader(boolean hierarchical)
WARNING: this method is creating a classloader by resolving all the dependencies on every call,
without consulting the cache.
|
URLClassLoader |
BootstrapClassLoaderFactory.newDeploymentClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
LocalProject.locateCurrentProjectDir(Path path) |
static LocalProject |
LocalProject.resolveLocalProject(Path currentProjectDir) |
static LocalProject |
LocalProject.resolveLocalProjectWithWorkspace(Path currentProjectDir) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.