org.ow2.jonas.lib.util
Class ModuleNamingUtils

java.lang.Object
  extended by org.ow2.jonas.lib.util.ModuleNamingUtils

Deprecated.

@Deprecated
public class ModuleNamingUtils
extends Object

Utility class to build J2eeApplicationNames.


Constructor Summary
ModuleNamingUtils()
          Deprecated.  
 
Method Summary
static String fromFileName(String pFilename)
          Deprecated. Build the J2EEApplication name.
static String fromURL(URL pUrl)
          Deprecated. Build the J2EEApplication name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleNamingUtils

public ModuleNamingUtils()
Deprecated. 
Method Detail

fromURL

public static String fromURL(URL pUrl)
Deprecated. 
Build the J2EEApplication name.

Parameters:
pUrl - The URL of Ear file
Returns:
The J2EEApplication name

fromFileName

public static String fromFileName(String pFilename)
Deprecated. 
Build the J2EEApplication name.

Parameters:
pFilename - The name of Ear file
Returns:
The J2EEApplication name


Copyright © 2010 OW2 Consortium. All Rights Reserved.