Class BackupList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<Backup> backups  
      private static org.apache.logging.log4j.Logger LOGGER  
    • Constructor Summary

      Constructors 
      Constructor Description
      BackupList()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BackupList parse​(java.lang.String p_230753_0_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • LOGGER

        private static final org.apache.logging.log4j.Logger LOGGER
      • backups

        public java.util.List<Backup> backups
    • Constructor Detail

      • BackupList

        public BackupList()
    • Method Detail

      • parse

        public static BackupList parse​(java.lang.String p_230753_0_)