org.apache.openejb.util
Class ConfUtils

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

public class ConfUtils
extends java.lang.Object

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

Constructor Summary
ConfUtils()
           
 
Method Summary
static java.net.URL getConfResource(java.lang.String name)
           
static java.net.URL getResource(java.lang.String name)
           
static java.io.File install(java.lang.String source, java.lang.String name)
           
static java.io.File install(java.net.URL resource, java.lang.String name)
           
static java.io.File install(java.net.URL resource, java.lang.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 java.net.URL getConfResource(java.lang.String name)

getResource

public static java.net.URL getResource(java.lang.String name)

install

public static java.io.File install(java.lang.String source,
                                   java.lang.String name)
                            throws java.io.IOException
Throws:
java.io.IOException

install

public static java.io.File install(java.net.URL resource,
                                   java.lang.String name)
                            throws java.io.IOException
Throws:
java.io.IOException

install

public static java.io.File install(java.net.URL resource,
                                   java.lang.String name,
                                   boolean overwrite)
                            throws java.io.IOException
Throws:
java.io.IOException


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