Package weka.gui.beans
Class BeansProperties
java.lang.Object
weka.gui.beans.BeansProperties
- All Implemented Interfaces:
Serializable
Utility class encapsulating various properties for the KnowledgeFlow and
providing methods to register and deregister plugin Bean components
- Version:
- $Revision: 14600 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addToPluginBeanProps
(File beanPropsFile) static MetaStore
Get the metastorestatic void
Loads KnowledgeFlow properties and any plugins (adds jars to the classpath)static void
removeFromPluginBeanProps
(File beanPropsFile)
-
Constructor Details
-
BeansProperties
public BeansProperties()
-
-
Method Details