org.apache.openejb.util
Class ConfUtils

java.lang.Object
  extended by org.apache.openejb.util.ConfUtils

public class ConfUtils
extends Object

Version:
$Rev: 937937 $ $Date: 2010-04-26 08:47:29 +0200 (Mo, 26. Apr 2010) $

Constructor Summary
ConfUtils()
           
 
Method Summary
static URL getConfResource(String name)
           
static URL getResource(String name)
           
static File install(String source, String name)
           
static File install(URL resource, String name)
           
static File install(URL resource, String name, boolean overwrite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfUtils

public ConfUtils()
Method Detail

getConfResource

public static URL getConfResource(String name)

getResource

public static URL getResource(String name)

install

public static File install(String source,
                           String name)
                    throws IOException
Throws:
IOException

install

public static File install(URL resource,
                           String name)
                    throws IOException
Throws:
IOException

install

public static File install(URL resource,
                           String name,
                           boolean overwrite)
                    throws IOException
Throws:
IOException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.