Class UrlUtils
- java.lang.Object
-
- org.apache.maven.surefire.util.internal.UrlUtils
-
public final class UrlUtils extends java.lang.Object
Utility for dealing with URLs in pre-JDK 1.4.
-
-
Field Summary
Fields Modifier and Type Field Description private static int
MASK
private static int
RADIX
private static java.util.BitSet
UNRESERVED
-
Constructor Summary
Constructors Modifier Constructor Description private
UrlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.net.URL
toURL(java.io.File file)
-
-
-
Field Detail
-
UNRESERVED
private static final java.util.BitSet UNRESERVED
-
RADIX
private static final int RADIX
- See Also:
- Constant Field Values
-
MASK
private static final int MASK
- See Also:
- Constant Field Values
-
-