Package com.subgraph.orchid.directory

Examples of com.subgraph.orchid.directory.DirectoryImpl


   *               calling this method to create a <code>Directory</code>
   * @return A new <code>Directory</code> instance.
   * @see Directory
   */
  static public Directory createDirectory(TorConfig config, DirectoryStore customDirectoryStore) {
    return new DirectoryImpl(config, customDirectoryStore);
  }
View Full Code Here

TOP

Related Classes of com.subgraph.orchid.directory.DirectoryImpl

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.