Examples of GetFileListStep


Examples of org.hive2hive.core.processes.implementations.files.list.GetFileListStep

   * @throws NoSessionException
   */
  public IResultProcessComponent<List<FileTaste>> createFileListProcess(NetworkManager networkManager)
      throws NoSessionException {
    H2HSession session = networkManager.getSession();
    GetFileListStep listStep = new GetFileListStep(session.getProfileManager(), session.getRootFile());
    return new AsyncResultComponent<List<FileTaste>>(listStep);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.