コード例 #1
0
ファイル: PluginRegistry.java プロジェクト: suying/calatrava
  public PluginRegistry(String packageName, Context appContext, RhinoService rhino)
      throws IOException, URISyntaxException, ClassNotFoundException, NameNotFoundException {
    this.appContext = appContext;
    this.rhino = rhino;

    // Find all the plugins to register in the app
    addPlugins(packageName, appContext);
  }