Package org.syncany.plugins.web
Class WebInterfacePlugin
- java.lang.Object
-
- org.syncany.plugins.Plugin
-
- org.syncany.plugins.web.WebInterfacePlugin
-
public abstract class WebInterfacePlugin extends Plugin
Web interface plugins implement a web frontend by implementing this class.
-
-
Constructor Summary
Constructors Constructor Description WebInterfacePlugin(java.lang.String pluginId)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract io.undertow.server.HttpHandler
createRequestHandler()
abstract void
start()
-
Methods inherited from class org.syncany.plugins.Plugin
getDateStr, getId, getName, getVersion
-
-
-
-
Constructor Detail
-
WebInterfacePlugin
public WebInterfacePlugin(java.lang.String pluginId)
-
-
Method Detail
-
start
public abstract void start()
-
createRequestHandler
public abstract io.undertow.server.HttpHandler createRequestHandler()
-
-