org.ow2.petals.bpel.engine.util
Class Util

java.lang.Object
  extended by org.ow2.petals.bpel.engine.util.Util

public class Util
extends java.lang.Object

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
Util()
           
 
Method Summary
static java.net.URL getResourceAsURL(java.lang.String rootPath, java.lang.String resourceName)
          We retrieve the URL associated to the resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getResourceAsURL

public static java.net.URL getResourceAsURL(java.lang.String rootPath,
                                            java.lang.String resourceName)
                                     throws java.net.MalformedURLException
We retrieve the URL associated to the resource

Parameters:
resourceName - the resource name
Returns:
the URL
Throws:
java.net.MalformedURLException - impossible to generate url


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.