Package com.medallia.spider.sttools

Examples of com.medallia.spider.sttools.CachedTool


    return null;
  }
 
  private Map<String, StTool> buildStToolsMap() {
    Map<String, StTool> m = Empty.hashMap();
    m.put("cached", new CachedTool(staticResourceLookup));
    return m;
  }
View Full Code Here


    return null;
  }
 
  private Map<String, StTool> buildStToolsMap() {
    Map<String, StTool> m = Empty.hashMap();
    m.put("cached", new CachedTool(staticResourceLookup));
    return m;
  }
View Full Code Here

TOP

Related Classes of com.medallia.spider.sttools.CachedTool

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.