Package weka.gui.beans
Class BeansProperties
- java.lang.Object
-
- weka.gui.beans.BeansProperties
-
- All Implemented Interfaces:
java.io.Serializable
public class BeansProperties extends java.lang.Object implements java.io.SerializableUtility class encapsulating various properties for the KnowledgeFlow and providing methods to register and deregister plugin Bean components- Version:
- $Revision: 14601 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeansProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddToPluginBeanProps(java.io.File beanPropsFile)static MetaStoregetMetaStore()Get the metastorestatic voidloadProperties()Loads KnowledgeFlow properties and any plugins (adds jars to the classpath)static voidremoveFromPluginBeanProps(java.io.File beanPropsFile)
-
-
-
Method Detail
-
getMetaStore
public static MetaStore getMetaStore()
Get the metastore- Returns:
- the metastore
-
addToPluginBeanProps
public static void addToPluginBeanProps(java.io.File beanPropsFile) throws java.lang.Exception- Throws:
java.lang.Exception
-
removeFromPluginBeanProps
public static void removeFromPluginBeanProps(java.io.File beanPropsFile) throws java.lang.Exception- Throws:
java.lang.Exception
-
loadProperties
public static void loadProperties()
Loads KnowledgeFlow properties and any plugins (adds jars to the classpath)
-
-