Class BackupAllCommand<C extends Config<C>>

java.lang.Object
ru.cwcode.commands.executor.AbstractExecutor
ru.cwcode.commands.executor.CommonExecutor
ru.cwcode.tkach.config.commands.BackupAllCommand<C>

public class BackupAllCommand<C extends Config<C>> extends ru.cwcode.commands.executor.CommonExecutor
  • Field Summary

    Fields inherited from class ru.cwcode.commands.executor.AbstractExecutor

    command, parser, sender
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class ru.cwcode.commands.executor.CommonExecutor

    argP, handleError, sender

    Methods inherited from class ru.cwcode.commands.executor.AbstractExecutor

    arg, arg, argB, argD, argE, argI, argO, argS, argumentsAmount, argWithSpaces, executeForNonPlayer, getCommand, isPresent, prepare

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BackupAllCommand

      public BackupAllCommand(ConfigManager<C> configManager)
  • Method Details

    • executeForPlayer

      public void executeForPlayer()
      Specified by:
      executeForPlayer in class ru.cwcode.commands.executor.AbstractExecutor