Package org.jboss.weld.environment.util
Class URLUtils
- java.lang.Object
-
- org.jboss.weld.environment.util.URLUtils
-
public class URLUtils extends Object
Utils for working with URLs and URIs- Author:
- Jozef Hartinger
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAR_URL_SEPARATORstatic StringPROCOTOL_FILEstatic StringPROCOTOL_HTTPstatic StringPROCOTOL_HTTPSstatic StringPROCOTOL_JARstatic StringPROCOTOL_WARstatic StringPROTOCOL_FILE_PARTstatic StringPROTOCOL_WAR_PART
-
-
-
Field Detail
-
PROCOTOL_FILE
public static final String PROCOTOL_FILE
- See Also:
- Constant Field Values
-
PROCOTOL_JAR
public static final String PROCOTOL_JAR
- See Also:
- Constant Field Values
-
PROCOTOL_WAR
public static final String PROCOTOL_WAR
- See Also:
- Constant Field Values
-
PROCOTOL_HTTP
public static final String PROCOTOL_HTTP
- See Also:
- Constant Field Values
-
PROCOTOL_HTTPS
public static final String PROCOTOL_HTTPS
- See Also:
- Constant Field Values
-
PROTOCOL_FILE_PART
public static final String PROTOCOL_FILE_PART
- See Also:
- Constant Field Values
-
PROTOCOL_WAR_PART
public static final String PROTOCOL_WAR_PART
- See Also:
- Constant Field Values
-
JAR_URL_SEPARATOR
public static final String JAR_URL_SEPARATOR
- See Also:
- Constant Field Values
-
-