@Deprecated public class URLExtensions extends Object
| Constructor and Description |
|---|
URLExtensions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getFilename(URL url)
Deprecated.
Gets the filename from the given url object.
|
static boolean |
isEar(URL url)
Deprecated.
Checks if is ear.
|
static boolean |
isJar(URL url)
Deprecated.
Checks if is jar.
|
static boolean |
isWar(URL url)
Deprecated.
Checks if is war.
|
public static String getFilename(URL url) throws UnsupportedEncodingException
url - the urlUnsupportedEncodingException - the unsupported encoding exceptionpublic static boolean isEar(URL url)
url - the urlpublic static boolean isJar(URL url)
url - the urlpublic static boolean isWar(URL url)
url - the urlCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.