org.apache.openejb.config
Class ConfigUtils

java.lang.Object
  extended by org.apache.openejb.config.ConfigUtils

public class ConfigUtils
extends Object


Field Summary
static Logger logger
           
static Messages messages
           
 
Constructor Summary
ConfigUtils()
           
 
Method Summary
static boolean addDeploymentEntryToConfig(String jarLocation, Openejb config)
           
static File createConfig(File config)
           
static String[] deducePaths(String path)
           
static String searchForConfiguration(String rawPath)
          TODO: It should always be assumed that the path input param is a URL or URL-convertible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messages

public static Messages messages

logger

public static Logger logger
Constructor Detail

ConfigUtils

public ConfigUtils()
Method Detail

searchForConfiguration

public static String searchForConfiguration(String rawPath)
                                     throws OpenEJBException
TODO: It should always be assumed that the path input param is a URL or URL-convertible

Throws:
OpenEJBException

deducePaths

public static String[] deducePaths(String path)

createConfig

public static File createConfig(File config)
                         throws IOException
Throws:
IOException

addDeploymentEntryToConfig

public static boolean addDeploymentEntryToConfig(String jarLocation,
                                                 Openejb config)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.