Class Session

    • Method Detail

      • getInstance

        public static ISession getInstance​(String[] args)
        Factory method for creating new sessions.
        Parameters:
        args - any session arguments
        Returns:
        the session
      • getCharset

        public String getCharset()
      • run

        public void run()
      • execute

        public void execute​(String line,
                            PrintStream redirector)
        Execute a command line.

        Parameters:
        line - The command line to be executed.
        redirector - The PrintStream.