Java weka.gui.beans PluginManager fields, constructors, methods, implement or subclass

Example usage for Java weka.gui.beans PluginManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.gui.beans PluginManager.

The text is from its open source code.

Method

voidaddFromProperties(File propsFile)
Add all key value pairs from the supplied property file
voidaddFromProperties(InputStream propsStream)
Add all key value pairs from the supplied properties stream
voidaddFromProperties(Properties props)
Add all key value pairs from the supplied properties object
ObjectgetPluginInstance(String interfaceType, String name)
Get an instance of a concrete implementation of a plugin type
SetgetPluginNamesOfType(String interfaceName)
Get a set of names of plugins that implement the supplied interface.