Class ArchiveFile


  • public final class ArchiveFile
    extends Object
    Represents archive file that can be used to import projects.
    Author:
    Dmitry Treskunov
    • Constructor Detail

      • ArchiveFile

        public ArchiveFile​(@NotNull
                           File file)
    • Method Detail

      • getCreated

        @NotNull
        public Date getCreated()
      • getName

        @NotNull
        public String getName()
      • getPath

        @NotNull
        public String getPath()
      • getSizeInBytes

        public long getSizeInBytes()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object