Class ArchiveFormatInfo


  • public abstract class ArchiveFormatInfo
    extends Object

    Represents information about the archive format.

    • Constructor Detail

      • ArchiveFormatInfo

        public ArchiveFormatInfo()
    • Method Detail

      • getFormat

        public abstract ArchiveFormat getFormat()

        Gets the archive format.

        Returns:
        the archive format
      • toString

        public String toString()

        Returns string representation of the instance of the ArchiveFormatInfo class.

        Overrides:
        toString in class Object
        Returns:
        string representation of this object