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 classAbstractClassPathElementclassDirectoryClassPathElementDeprecated.in favor ofPathTreeClassPathElementclassFilteredClassPathElementclassJarClassPathElementDeprecated.in favor ofPathTreeClassPathElementclassMemoryClassPathElementclassPathTreeClassPathElementFields 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. fromDependency(ResolvedDependency dep)static ClassPathElementClassPathElement. fromPath(Path path, boolean runtime)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. getAllElements(boolean localOnly)static List<ClassPathElement>QuarkusClassLoader. getElements(String resourceName, boolean localOnly)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.Constructors in io.quarkus.bootstrap.classloading with parameters of type ClassPathElement Constructor Description FilteredClassPathElement(ClassPathElement delegate, Collection<String> removed)
-