Class AbstractClassPathElement
java.lang.Object
io.quarkus.bootstrap.classloading.AbstractClassPathElement
- All Implemented Interfaces:
ClassPathElement,Closeable,AutoCloseable
- Direct Known Subclasses:
DirectoryClassPathElement,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, getDependencyKey, getProtectionDomain, getProvidedResources, getResource, getRoot, isRuntime
-
Constructor Details
-
AbstractClassPathElement
public AbstractClassPathElement()
-
-
Method Details
-
getManifest
- Specified by:
getManifestin interfaceClassPathElement
-
readManifest
-