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
Modifier and TypeMethodDescriptionio.quarkus.paths.ManifestAttributesprotected io.quarkus.paths.ManifestAttributesMethods 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
public io.quarkus.paths.ManifestAttributes getManifestAttributes()- Specified by:
getManifestAttributesin interfaceClassPathElement
-
readManifest
protected io.quarkus.paths.ManifestAttributes readManifest()
-