Class AbstractClassPathElement
- java.lang.Object
-
- io.quarkus.bootstrap.classloading.AbstractClassPathElement
-
- All Implemented Interfaces:
ClassPathElement,Closeable,AutoCloseable
- Direct Known Subclasses:
DirectoryClassPathElement,MemoryClassPathElement
public abstract class AbstractClassPathElement extends Object implements ClassPathElement
-
-
Field Summary
-
Fields inherited from interface io.quarkus.bootstrap.classloading.ClassPathElement
EMPTY
-
-
Constructor Summary
Constructors Constructor Description AbstractClassPathElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManifestgetManifest()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.bootstrap.classloading.ClassPathElement
getProtectionDomain, getProvidedResources, getResource, getRoot
-
-
-
-
Method Detail
-
getManifest
public Manifest getManifest()
- Specified by:
getManifestin interfaceClassPathElement
-
-