Class TeamGroupSubCommand

java.lang.Object
fr.luc.crcore.command.AbstractCommand
fr.luc.crcore.command.SubCommand
fr.luc.crcore.command.builtin.team.TeamGroupSubCommand
All Implemented Interfaces:
Command

public class TeamGroupSubCommand extends SubCommand
Groupe /core team ... — container des sous-commandes par défaut.

Override d'une feuille :

core.getCoreCommand().findSubCommand("team")
    .ifPresent(team -> team.replaceSubCommand("create",
                      new MyCustomCreate(svc, msgs)));
  • Field Details

  • Constructor Details

  • Method Details

    • registerDefaults

      protected void registerDefaults()
      Override pour exclure ou ajouter des sous-commandes au jeu standard.