org.elasticsearch.plugins
Class PluginManager

java.lang.Object
  extended by org.elasticsearch.plugins.PluginManager

public class PluginManager
extends Object


Constructor Summary
PluginManager(Environment environment, String url)
           
 
Method Summary
 void downloadAndExtract(String name)
           
static void main(String[] args)
           
 void removePlugin(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginManager

public PluginManager(Environment environment,
                     String url)
Method Detail

downloadAndExtract

public void downloadAndExtract(String name)
                        throws IOException
Throws:
IOException

removePlugin

public void removePlugin(String name)
                  throws IOException
Throws:
IOException

main

public static void main(String[] args)


Copyright © 2009-2012. All Rights Reserved.