Пример #1
0
  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);
  }