Alexey Gavrilov - 2014-01-06

Overview

Yet another pure Java 1.6+ implementation of the Expect tool. It designed to be simple, easy to
use and extensible. Written from scratch. Here are the features:

  • Fluent-style API.
  • No third-party dependencies.
  • NIO based implementation using pipes and non-blocking API.
  • Extensible matcher framework. Support regular expressions and group operations.
  • Support multiple input streams.
  • Extensible filter framework to modify input, for example, to remove non-printable ANSI terminal characters.
  • Apache license.

Link to repository

https://github.com/Alexey1Gavrilov