Package com.mchange.v2.c3p0.cfg
Class DefaultC3P0ConfigFinder
- java.lang.Object
-
- com.mchange.v2.c3p0.cfg.DefaultC3P0ConfigFinder
-
- All Implemented Interfaces:
C3P0ConfigFinder
public class DefaultC3P0ConfigFinder extends java.lang.Object implements C3P0ConfigFinder
-
-
Constructor Summary
Constructors Constructor Description DefaultC3P0ConfigFinder()
DefaultC3P0ConfigFinder(boolean warn_of_xml_overrides)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description C3P0Config
findConfig()
-
-
-
Method Detail
-
findConfig
public C3P0Config findConfig() throws java.lang.Exception
- Specified by:
findConfig
in interfaceC3P0ConfigFinder
- Throws:
java.lang.Exception
-
-