Package Core

Examples of Core.Triple


  public void addTool(String packageName,Tool tool){
    String id = tool.getID();
    String package_ = packageName;
    String mypath =  ToolPairToRelativePath(id,packageName);
   
    toolDB.put(id, new Triple(mypath, package_, tool));
    /*
     * Add to index tree.
     */
    ToolEntry toolEntry = new ToolEntry();
    toolEntry.path = mypath;
View Full Code Here

TOP

Related Classes of Core.Triple

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.