Interface SetupCommand

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AbstractUserSetupCommand, AddUser, DumpDefaultProperties, Help, Root, SetupShell, UpdateUser

public interface SetupCommand extends AutoCloseable
An interface for the sub-commands. The first argument is stripped from the command array and passed to this command. Created by patricktwohig on 4/8/15.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Closes the command.
    void
    run(String[] args)
    Passed to the command after it has been instantiated by the IoC system.