Package org.dtk.analysis.script.config

Examples of org.dtk.analysis.script.config.LoaderConfigParser


   *
   * @param scriptSource - JavaScript source text
   * @return Lookup for configuration values, empty if no config found
   */
  protected Map<String, Object> parseScriptConfiguration(String scriptSource) {
    ScriptConfigParser scriptConfigParser = new LoaderConfigParser(scriptSource);
    return scriptConfigParser.getScriptConfig();
  }
View Full Code Here

TOP

Related Classes of org.dtk.analysis.script.config.LoaderConfigParser

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.