Package org.stringtree.fetcher

Examples of org.stringtree.fetcher.TractDirectoryRepository


    File pageDir = new File(root, "pages");
    File tplDir = new File(root, "templates");
    context.put(Tract.INDIRECT_ROOT, contentDir);
   
    setup(context,
      new TractDirectoryRepository(pageDir, false, context),
      new TractDirectoryRepository(tplDir, false, context));
  }
View Full Code Here

TOP

Related Classes of org.stringtree.fetcher.TractDirectoryRepository

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.