Package dovetaildb.api

Examples of dovetaildb.api.PluginList


    if (db != null) db.setDirtyListener(this);
    setDirty();
  }
 
  public void signalCodeChange() {
    plugins = new PluginList();
    globals.put("apiplugins", plugins);
    ScriptEnv newEnv;
    try {
      newEnv = StandardDbRepository.buildScriptEnv(code, globals);
    } finally {
View Full Code Here

TOP

Related Classes of dovetaildb.api.PluginList

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.