Class AbstractClassPathElement
java.lang.Object
io.quarkus.bootstrap.classloading.AbstractClassPathElement
- All Implemented Interfaces:
ClassPathElement,Closeable,AutoCloseable
- Direct Known Subclasses:
MemoryClassPathElement,PathTreeClassPathElement
-
Field Summary
Fields inherited from interface io.quarkus.bootstrap.classloading.ClassPathElement
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.bootstrap.classloading.ClassPathElement
apply, containsReloadableResources, getDependencyKey, getProtectionDomain, getProvidedResources, getResolvedDependency, getResource, getResources, getRoot, isRuntime
-
Constructor Details
-
AbstractClassPathElement
public AbstractClassPathElement()
-
-
Method Details
-
getManifestAttributes
- Specified by:
getManifestAttributesin interfaceClassPathElement
-
readManifest
-