Class DeleteProfileCommand

java.lang.Object
pro.gravit.utils.command.Command
pro.gravit.launchserver.command.Command
pro.gravit.launchserver.command.profiles.DeleteProfileCommand

public class DeleteProfileCommand extends Command
  • Constructor Details

    • DeleteProfileCommand

      public DeleteProfileCommand(LaunchServer server)
  • Method Details

    • getArgsDescription

      public String getArgsDescription()
      Specified by:
      getArgsDescription in class pro.gravit.utils.command.Command
    • getUsageDescription

      public String getUsageDescription()
      Specified by:
      getUsageDescription in class pro.gravit.utils.command.Command
    • invoke

      public void invoke(String... args) throws Exception
      Specified by:
      invoke in class pro.gravit.utils.command.Command
      Throws:
      Exception