Examples of DummyCommand


Examples of logisticspipes.commands.commands.DummyCommand

    return new String[]{"The main LP command"};
  }
 
  @Override
  public void registerSubCommands() {
    this.registerSubCommand(new DummyCommand());
    this.registerSubCommand(new VersionCommand());
    this.registerSubCommand(new ChangelogCommand());
    this.registerSubCommand(new NBTDebugCommand());
    this.registerSubCommand(new RoutingThreadCommand());
    this.registerSubCommand(new TransferNamesCommand());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.