Package org.pentaho.di.core.util
Class ConnectionUtil
- java.lang.Object
-
- org.pentaho.di.core.util.ConnectionUtil
-
public class ConnectionUtil extends Object
Utility for managing embedded named connections
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init(AbstractMeta meta)
Initialize the connected meta store with embedded named connections
-
-
-
Method Detail
-
init
public static void init(AbstractMeta meta)
Initialize the connected meta store with embedded named connections- Parameters:
meta
- The meta containing named connections
-
-