Class SessionCommand.Start

java.lang.Object
com.shaft.commandline.command.SessionCommand.Start
All Implemented Interfaces:
Callable<Integer>
Enclosing class:
SessionCommand

public static final class SessionCommand.Start extends Object implements Callable<Integer>
Starts the daemon and records the session.
  • Constructor Details

    • Start

      public Start()
      Uses the real session manager.
    • Start

      public Start(SessionManager manager)
      Parameters:
      manager - the session manager
  • Method Details