Package com.ibm.sbt.playground.assets.apis

Examples of com.ibm.sbt.playground.assets.apis.APIDescription


    return new APINodeFactory();
  }

  @Override
  protected void saveAsset(ImportSource source, VFSFile root, AssetNode node, Asset asset) throws Exception {
    APIDescription snippet = (APIDescription)asset;
    String[] products = StringUtil.splitString(snippet.getProperty("runtimes"),',');
    saveAsset(node.getUnid(), node.getCategory(), node.getName(), source.getName(), snippet.getJson(), products, snippet.getPropertiesAsString());
  }
View Full Code Here

TOP

Related Classes of com.ibm.sbt.playground.assets.apis.APIDescription

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.