com.metamatrix.common.config.util
Class ConfigUtil

java.lang.Object
  extended by com.metamatrix.common.config.util.ConfigUtil
All Implemented Interfaces:
StringUtil.Constants

public class ConfigUtil
extends java.lang.Object
implements StringUtil.Constants


Field Summary
 
Fields inherited from interface com.metamatrix.core.util.StringUtil.Constants
CARRIAGE_RETURN, CARRIAGE_RETURN_CHAR, DBL_SPACE, DOT, DOT_CHAR, EMPTY_STRING, EMPTY_STRING_ARRAY, LINE_FEED, LINE_FEED_CHAR, NEW_LINE, NEW_LINE_CHAR, PATTERN_BACK_SLASH, PATTERN_QUESTION, PATTERN_STAR, SPACE, SPACE_CHAR, TAB, TAB_CHAR
 
Constructor Summary
ConfigUtil()
           
 
Method Summary
static java.util.Properties buildDefaultPropertyValues(ComponentTypeID componentTypeID, ConfigurationModelContainer model)
           
static ConfigurationObjectEditor getEditor()
          Returns a COnfigurationObjectEditor that does not create actions.
static ProductServiceConfig getFirstDeployedConnectorProductTypePSC(ConfigurationModelContainer cmc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtil

public ConfigUtil()
Method Detail

getEditor

public static ConfigurationObjectEditor getEditor()
Returns a COnfigurationObjectEditor that does not create actions. This editor, because it doesn't maintain any state, is sharable for reuse.

Returns:
Since:
4.3

buildDefaultPropertyValues

public static final java.util.Properties buildDefaultPropertyValues(ComponentTypeID componentTypeID,
                                                                    ConfigurationModelContainer model)

getFirstDeployedConnectorProductTypePSC

public static ProductServiceConfig getFirstDeployedConnectorProductTypePSC(ConfigurationModelContainer cmc)
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.