public class Utility extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LOGGING_DOMAIN |
| Modifier | Constructor and Description |
|---|---|
protected |
Utility()
Class Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
generateUUID() |
String |
getContextRoot() |
String |
getContextRootURLString()
Method Declaration.
|
static Utility |
getInstance()
Method Declaration.
|
String |
getJAXRHome() |
URL |
getURL(String urlSuffix)
Method Declaration.
|
void |
setJAXRHome(String jaxrHome) |
public static final String LOGGING_DOMAIN
public void setJAXRHome(String jaxrHome)
public String getJAXRHome()
public String getContextRoot()
public String getContextRootURLString()
public URL getURL(String urlSuffix) throws MalformedURLException
urlSuffix - MalformedURLExceptionpublic static Utility getInstance()
public static String generateUUID()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.