Class AddCommand

java.lang.Object
commandManager.commands.AddCommand
All Implemented Interfaces:
BaseCommand

public class AddCommand extends Object implements BaseCommand
Adds new element to collection.
Since:
1.0
  • Constructor Details

    • AddCommand

      public AddCommand()
      Default constructor with handler from 1.0
    • AddCommand

      public AddCommand(ModuleHandler<Route> handler)
      Provides choosing handler
      Parameters:
      handler - ModuleHandler for operating
  • Method Details