| Package | Description |
|---|---|
| io.quarkus.bootstrap.classloading |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassPathElement |
class |
DirectoryClassPathElement
A class path element that represents a file on the file system
|
class |
JarClassPathElement
A class path element that represents a file on the file system
|
class |
MemoryClassPathElement |
| Modifier and Type | Field and Description |
|---|---|
static ClassPathElement |
ClassPathElement.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static ClassPathElement |
ClassPathElement.fromPath(Path path)
Creates an element from a file system path
|
ClassPathElement |
ClassPathResource.getContainingElement() |
| Modifier and Type | Method and Description |
|---|---|
QuarkusClassLoader.Builder |
QuarkusClassLoader.Builder.addBannedElement(ClassPathElement element)
Adds an element that contains classes that should never be loaded by this loader.
|
QuarkusClassLoader.Builder |
QuarkusClassLoader.Builder.addElement(ClassPathElement element)
Adds an element that can be used to load classes.
|
QuarkusClassLoader.Builder |
QuarkusClassLoader.Builder.addLesserPriorityElement(ClassPathElement element)
Adds an element which will only be used to load a class or resource if no normal
element containing that class or resource exists.
|
QuarkusClassLoader.Builder |
QuarkusClassLoader.Builder.addParentFirstElement(ClassPathElement element)
Adds an element that contains classes that will always be loaded in a parent first manner.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.