Package network.oxalis.ng.api.plugin
Interface PluginFactory
-
public interface PluginFactoryInterface describing a factory for creation of implementation of specific provided interface.- Since:
- 4.0.0
- Author:
- erlend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TnewInstance(Class<T> cls)
-
-
-
Method Detail
-
newInstance
<T> T newInstance(Class<T> cls)
-
-