public class BeansProperties
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.ArrayList<java.util.Properties> |
BEAN_PLUGINS_PROPERTIES
Contains the plugin components properties
|
protected static java.util.Properties |
BEAN_PROPERTIES
Contains the editor properties
|
protected static java.lang.String |
PROPERTY_FILE
Location of the property file for the KnowledgeFlowApp
|
protected static MetaStore |
s_kfMetaStore
Default metastore for configurations etc.
|
protected static java.util.List<java.lang.String> |
TEMPLATE_DESCRIPTIONS
Short descriptions for templates suitable for displaying in a menu
|
protected static java.util.List<java.lang.String> |
TEMPLATE_PATHS
The paths to template resources
|
protected static java.lang.String |
TEMPLATE_PROPERTY_FILE
Location of the property file listing available templates
|
protected static java.util.SortedSet<java.lang.String> |
VISIBLE_PERSPECTIVES
Those perspectives that the user has opted to have visible in the toolbar
|
protected static java.lang.String |
VISIBLE_PERSPECTIVES_PROPERTIES_FILE
Contains the user's selection of available perspectives to be visible in
the perspectives toolbar
|
| Constructor and Description |
|---|
BeansProperties() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToPluginBeanProps(java.io.File beanPropsFile) |
static MetaStore |
getMetaStore()
Get the metastore
|
static void |
loadProperties()
Loads KnowledgeFlow properties and any plugins (adds jars to the classpath)
|
static void |
removeFromPluginBeanProps(java.io.File beanPropsFile) |
protected static final java.lang.String PROPERTY_FILE
protected static final java.lang.String TEMPLATE_PROPERTY_FILE
protected static java.util.List<java.lang.String> TEMPLATE_PATHS
protected static java.util.List<java.lang.String> TEMPLATE_DESCRIPTIONS
protected static java.util.Properties BEAN_PROPERTIES
protected static java.util.ArrayList<java.util.Properties> BEAN_PLUGINS_PROPERTIES
protected static java.lang.String VISIBLE_PERSPECTIVES_PROPERTIES_FILE
protected static java.util.SortedSet<java.lang.String> VISIBLE_PERSPECTIVES
protected static MetaStore s_kfMetaStore
public static MetaStore getMetaStore()
public static void addToPluginBeanProps(java.io.File beanPropsFile)
throws java.lang.Exception
java.lang.Exceptionpublic static void removeFromPluginBeanProps(java.io.File beanPropsFile)
throws java.lang.Exception
java.lang.Exceptionpublic static void loadProperties()