org.apache.openejb.loader
Class ProvisioningUtil

java.lang.Object
  extended by org.apache.openejb.loader.ProvisioningUtil

public class ProvisioningUtil
extends Object


Field Summary
static String HTTP_PREFIX
           
static String OPENEJB_DEPLOYER_CACHE_FOLDER
           
 
Method Summary
static String cache()
           
static File cacheFile(String path)
           
static String copyTryingProxies(URI source, File destination)
           
static InputStream inputStreamTryingProxies(URI source)
           
static String lastPart(String location)
           
static String realLocation(String rawLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPENEJB_DEPLOYER_CACHE_FOLDER

public static final String OPENEJB_DEPLOYER_CACHE_FOLDER
See Also:
Constant Field Values

HTTP_PREFIX

public static final String HTTP_PREFIX
See Also:
Constant Field Values
Method Detail

cache

public static String cache()

cacheFile

public static File cacheFile(String path)

copyTryingProxies

public static String copyTryingProxies(URI source,
                                       File destination)
                                throws Exception
Throws:
Exception

inputStreamTryingProxies

public static InputStream inputStreamTryingProxies(URI source)
                                            throws Exception
Throws:
Exception

lastPart

public static String lastPart(String location)

realLocation

public static String realLocation(String rawLocation)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.