Class BackupCommands

    • Constructor Detail

      • BackupCommands

        public BackupCommands()
    • Method Detail

      • checkOptions

        protected void checkOptions()
                             throws CommandException
        A method that checks the options and operand that the user supplied. These tests are slightly different for different CLI commands
        Throws:
        CommandException
      • setDescription

        protected void setDescription​(String d)
      • setBackupDir

        protected void setBackupDir​(String dir)
      • setRecycleLimit

        protected void setRecycleLimit​(int limit)
      • isWritableDirectory

        protected boolean isWritableDirectory​(File domainFile)