org.apache.openejb.config
Class ConfigUtils
java.lang.Object
org.apache.openejb.config.ConfigUtils
public class ConfigUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messages
public static Messages messages
logger
public static Logger logger
ConfigUtils
public ConfigUtils()
searchForConfiguration
public static String searchForConfiguration()
throws OpenEJBException
- Throws:
OpenEJBException
searchForConfiguration
public static String searchForConfiguration(String path)
throws OpenEJBException
- Throws:
OpenEJBException
searchForConfiguration
public static String searchForConfiguration(String path,
Properties props)
throws OpenEJBException
- TODO: It should always be assumed that the path input param is a URL or URL-convertible
- Parameters:
path
- props
-
- Returns:
-
- Throws:
OpenEJBException
createConfig
public static File createConfig(File config)
throws IOException
- Throws:
IOException
addDeploymentEntryToConfig
public static boolean addDeploymentEntryToConfig(String jarLocation,
Openejb config)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.