Interface TarFile
- All Superinterfaces:
FileResource, InputResource, IOResource, Resource
- All Known Subinterfaces:
ApplicationTarFile
A
FileResource that represents a TAR file.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T extends InputResource>
Tof(ResourceType<T> tarFileType, Path path) Creates a TAR file resource from the given values.Methods inherited from interface FileResource
cleanup, pathMethods inherited from interface InputResource
inputStreamMethods inherited from interface IOResource
outputStreamMethods inherited from interface Resource
asOf, asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
Creates a TAR file resource from the given values.- Type Parameters:
T- the generic type- Parameters:
tarFileType- the requested typepath- the path- Returns:
- the TAR file
-