Interface TarFile

All Superinterfaces:
FileResource, InputResource, IOResource, Resource
All Known Subinterfaces:
ApplicationTarFile

public interface TarFile extends FileResource
A FileResource that represents a TAR file.
  • Method Details

    • of

      static <T extends InputResource> T of(ResourceType<T> tarFileType, Path path)
      Creates a TAR file resource from the given values.
      Type Parameters:
      T - the generic type
      Parameters:
      tarFileType - the requested type
      path - the path
      Returns:
      the TAR file