Class Backup

java.lang.Object
com.plotsquared.core.backup.Backup

public class Backup extends Object
Object representing a plot backup. This does not actually contain the backup itself, it is just a pointer to an available backup
  • Method Details

    • delete

      public void delete()
      Delete the backup
    • getOwner

      public BackupProfile getOwner()
    • getCreationTime

      public long getCreationTime()
    • getFile

      public @Nullable Path getFile()