public class URIxScheme
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static URIxScheme |
BZ2 |
static URIxScheme |
FILE |
static URIxScheme |
FTP |
static URIxScheme |
GZ |
static URIxScheme |
HTTP |
static URIxScheme |
HTTPS |
static URIxScheme |
JAR |
static URIxScheme |
SFTP |
static URIxScheme |
TAR |
static URIxScheme |
TBZ2 |
static URIxScheme |
TGZ |
static URIxScheme |
WEBDAV |
static URIxScheme |
WEBDAVS |
static URIxScheme |
ZIP |
static int |
ZIP_TYPE |
Modifier and Type | Method and Description |
---|---|
static URIxScheme |
createScheme(java.lang.String str,
int typemask) |
static URIxScheme |
createScheme(java.lang.String str,
int typemask,
java.lang.String[] aliases) |
static URIxScheme |
findScheme(java.lang.String str) |
boolean |
isZipType() |
java.lang.String |
toString() |
public static final int ZIP_TYPE
public static final URIxScheme GZ
public static final URIxScheme BZ2
public static final URIxScheme TAR
public static final URIxScheme TGZ
public static final URIxScheme TBZ2
public static final URIxScheme ZIP
public static final URIxScheme JAR
public static final URIxScheme FILE
public static final URIxScheme HTTP
public static final URIxScheme HTTPS
public static final URIxScheme FTP
public static final URIxScheme SFTP
public static final URIxScheme WEBDAV
public static final URIxScheme WEBDAVS
public boolean isZipType()
public java.lang.String toString()
toString
in class java.lang.Object
public static URIxScheme createScheme(java.lang.String str, int typemask)
public static URIxScheme createScheme(java.lang.String str, int typemask, java.lang.String[] aliases)
public static URIxScheme findScheme(java.lang.String str)