Package com.ibm.di.config.interfaces
Class ConfigUtils
- java.lang.Object
-
- com.ibm.di.config.interfaces.ConfigUtils
-
public class ConfigUtils extends java.lang.Object
This class contains a utility method for creating a configuration object.
-
-
Constructor Summary
Constructors Constructor Description ConfigUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BaseConfiguration
createStandardObject(MetamergeConfig config, int type, java.lang.String name)
Creates a new object in the default folder location for the type.
-
-
-
Method Detail
-
createStandardObject
public static BaseConfiguration createStandardObject(MetamergeConfig config, int type, java.lang.String name) throws java.lang.Exception
Creates a new object in the default folder location for the type.- Parameters:
config
- configurationtype
- type of configurationname
- name of configuration- Returns:
- the newly created object
- Throws:
java.lang.Exception
- if could not add the newly created object
-
-