Are you asking to configure a new storage plugin? Not sure abut a specific
java API process but you could easily use the REST API.

POST /storage/my_stodrge_plugin.json HTTP/1.1
Host: maprdemo:8047
Content-Type: application/json

{
    "name" : "my_plugin",
    "config" : {
  "type" : "file",
        "enabled" : false,
      "connection" : "maprfs:///",
      "workspaces" : null,
      "formats" : null
    }
}

On Fri, Jul 10, 2015 at 7:13 AM, Hafiz Mujadid <[email protected]>
wrote:

> Hi all!
>
> Is there any way to add a new storage plugin using java api?
>
>
> Thanks
>

Reply via email to