Package org.drasyl.plugin
Class PluginEnvironment
- java.lang.Object
-
- org.drasyl.plugin.PluginEnvironment
-
public class PluginEnvironment extends Object
Models environment information of aDrasylPlugin
that are required by the plugin.
-
-
Constructor Summary
Constructors Constructor Description PluginEnvironment(DrasylConfig config, Identity identity, Pipeline pipeline)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
DrasylConfig
getConfig()
Identity
getIdentity()
Pipeline
getPipeline()
int
hashCode()
-
-
-
Constructor Detail
-
PluginEnvironment
public PluginEnvironment(DrasylConfig config, Identity identity, Pipeline pipeline)
-
-