com.ibm.di.config.interfaces
Class ConfigUtils

java.lang.Object
  extended by com.ibm.di.config.interfaces.ConfigUtils

public class ConfigUtils
extends Object


Constructor Summary
ConfigUtils()
           
 
Method Summary
static BaseConfiguration createStandardObject(MetamergeConfig config, int type, String name)
          Creates a new object in the default folder location for the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtils

public ConfigUtils()
Method Detail

createStandardObject

public static BaseConfiguration createStandardObject(MetamergeConfig config,
                                                     int type,
                                                     String name)
                                              throws Exception
Creates a new object in the default folder location for the type.

Throws:
Exception