Package net.sourceforge.ztail.core.reader

Examples of net.sourceforge.ztail.core.reader.SSHReader


    return session;
  }
 
  public ReaderSession openRemoteFile(URI uri, String password, int nrOfLines) {
    ReaderSession session = new ReaderSession();
    SSHReader reader = new SSHReader(uri, password, nrOfLines);
    session.bindReader(reader);
    return session;
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.ztail.core.reader.SSHReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.