Class PluginWebController
- java.lang.Object
-
- org.teichert.databaseexplorer.controllers.PluginWebController
-
public class PluginWebController extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PluginInfo>
getAllPlugins(Marketplace marketplace)
static PluginWebController
getInstance()
List<Marketplace>
getMarketplace(String uri)
byte[]
getPlugin(String uri, String name)
-
-
-
Field Detail
-
serverIP
public static final String serverIP
- See Also:
- Constant Field Values
-
port
public static final int port
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static PluginWebController getInstance()
-
getAllPlugins
public List<PluginInfo> getAllPlugins(Marketplace marketplace) throws WebException
- Throws:
WebException
-
getMarketplace
public List<Marketplace> getMarketplace(String uri) throws WebException
- Throws:
WebException
-
getPlugin
public byte[] getPlugin(String uri, String name) throws WebException, UnsupportedEncodingException
-
-