Package org.hive2hive.core.processes.implementations.files.list

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

Related Classes of org.hive2hive.core.processes.implementations.files.list.GetFileListStep

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.