Interface PackMetadataResources
- All Superinterfaces:
AutoCloseable, PackMetadataResourcesExtension
- All Known Subinterfaces:
PackResources
- All Known Implementing Classes:
AbstractPackMetadataResources, EmptyPackResources, FilePackResources, FixedPathPackResources, JarContentsPackResources, OverlayedPackResources, PathPackResources
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()<T> @Nullable TgetMetadataSection(MetadataSectionType<T> metadataSerializer) getRootResource(String... path) location()Methods inherited from interface PackMetadataResourcesExtension
isHidden
-
Method Details
-
location
PackLocationInfo location() -
getRootResource
-
getMetadataSection
- Throws:
IOException
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-