Uses of Interface
io.quarkus.bootstrap.classloading.ClassPathElement
-
Packages that use ClassPathElement Package Description io.quarkus.bootstrap.classloading -
-
Uses of ClassPathElement in io.quarkus.bootstrap.classloading
Classes in io.quarkus.bootstrap.classloading that implement ClassPathElement Modifier and Type Class Description classAbstractClassPathElementclassDirectoryClassPathElementA class path element that represents a file on the file systemclassJarClassPathElementA class path element that represents a file on the file systemclassMemoryClassPathElementFields in io.quarkus.bootstrap.classloading declared as ClassPathElement Modifier and Type Field Description static ClassPathElementClassPathElement. EMPTYMethods in io.quarkus.bootstrap.classloading that return ClassPathElement Modifier and Type Method Description static ClassPathElementClassPathElement. fromPath(Path path)Creates an element from a file system pathClassPathElementClassPathResource. getContainingElement()Methods in io.quarkus.bootstrap.classloading that return types with arguments of type ClassPathElement Modifier and Type Method Description List<ClassPathElement>QuarkusClassLoader. getElementsWithResource(String name)List<ClassPathElement>QuarkusClassLoader. getElementsWithResource(String name, boolean localOnly)Methods in io.quarkus.bootstrap.classloading with parameters of type ClassPathElement Modifier and Type Method Description QuarkusClassLoader.BuilderQuarkusClassLoader.Builder. addBannedElement(ClassPathElement element)Adds an element that contains classes that should never be loaded by this loader.QuarkusClassLoader.BuilderQuarkusClassLoader.Builder. addElement(ClassPathElement element)Adds an element that can be used to load classes.QuarkusClassLoader.BuilderQuarkusClassLoader.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.BuilderQuarkusClassLoader.Builder. addParentFirstElement(ClassPathElement element)Adds an element that contains classes that will always be loaded in a parent first manner.
-