Class FileRecord


  • public class FileRecord
    extends Object
    Holds data for a single file installed from a plugin
    Since:
    4.0.0
    Author:
    joseross
    • Constructor Detail

      • FileRecord

        public FileRecord()
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getSha512

        public String getSha512()
      • setSha512

        public void setSha512​(String sha512)