Uses of Interface
io.quarkus.bootstrap.classloading.ClassPathElement
Packages that use ClassPathElement
-
Uses of ClassPathElement in io.quarkus.bootstrap.classloading
Classes in io.quarkus.bootstrap.classloading that implement ClassPathElementModifier and TypeClassDescriptionclassclassclassclassFields in io.quarkus.bootstrap.classloading declared as ClassPathElementMethods in io.quarkus.bootstrap.classloading that return ClassPathElementModifier and TypeMethodDescriptionstatic ClassPathElementClassPathElement.fromDependency(ResolvedDependency dep) static ClassPathElementCreates an element from a file system pathClassPathResource.getContainingElement()ClassPathResourceIndex.getFirstClassPathElement(String resource) Methods in io.quarkus.bootstrap.classloading that return types with arguments of type ClassPathElementModifier and TypeMethodDescriptionClassPathResourceIndex.getClassPathElements(String resource) static List<ClassPathElement>QuarkusClassLoader.getElements(String resourceName, boolean onlyFromCurrentClassLoader) QuarkusClassLoader.getElementsWithResource(String name) QuarkusClassLoader.getElementsWithResource(String name, boolean localOnly) Methods in io.quarkus.bootstrap.classloading with parameters of type ClassPathElementModifier and TypeMethodDescriptionQuarkusClassLoader.Builder.addBannedElement(ClassPathElement element) Adds an element that contains classes that should never be loaded by this loader.QuarkusClassLoader.Builder.addLesserPriorityElement(ClassPathElement element) Adds an element which will only be used to load a class or resource if no normal priority element containing that class or resource exists.QuarkusClassLoader.Builder.addNormalPriorityElement(ClassPathElement element) Adds an element that can be used to load classes.QuarkusClassLoader.Builder.addParentFirstElement(ClassPathElement element) Adds an element that contains classes that will always be loaded in a parent first manner.voidClassPathResourceIndex.Builder.addResourceMapping(ClassPathElement classPathElement, String resource) voidClassPathResourceIndex.Builder.addTransformedClassCandidate(ClassPathElement classPathElement, String resource) voidClassPathResourceIndex.Builder.scanClassPathElement(ClassPathElement classPathElement, BiConsumer<ClassPathElement, String> consumer) Method parameters in io.quarkus.bootstrap.classloading with type arguments of type ClassPathElementModifier and TypeMethodDescriptionvoidClassPathResourceIndex.Builder.scanClassPathElement(ClassPathElement classPathElement, BiConsumer<ClassPathElement, String> consumer) Constructors in io.quarkus.bootstrap.classloading with parameters of type ClassPathElementModifierConstructorDescriptionFilteredClassPathElement(ClassPathElement delegate, Collection<String> removed)