public void init (String applicationName,
PrintStream out,
PrintStream err) {
this.name = applicationName;
this.prompt = applicationName;
this.gl = new Getline();
this.out = out;
this.err = err;
this.doHistoryAdd = false;
this.pageSize = Integer.getInteger(PROP_PAGE_SIZE,
DEFAULT_PAGE_SIZE).intValue();