Package net.storm.api.plugins
Class Plugin
java.lang.Object
net.storm.api.plugins.Plugin
- All Implemented Interfaces:
com.google.inject.Module,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
LoopedPlugin
@Extension
public abstract class Plugin
extends Object
implements com.google.inject.Module, org.pf4j.ExtensionPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
injector
public com.google.inject.Injector injector
-
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
hashCode
public final int hashCode() -
equals
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configurein interfacecom.google.inject.Module
-
startUp
- Throws:
Exception
-
shutDown
- Throws:
Exception
-
resetConfiguration
public void resetConfiguration() -
getName
-
isSdn
public boolean isSdn() -
setToggleHidden
public void setToggleHidden(boolean hidden)
-