Class GUID
- java.lang.Object
-
- com.shapesecurity.salvation2.URLs.URLWithScheme
-
- com.shapesecurity.salvation2.URLs.GUID
-
public class GUID extends URLWithScheme
-
-
Field Summary
-
Fields inherited from class com.shapesecurity.salvation2.URLs.URLWithScheme
host, path, port, scheme
-
-
Constructor Summary
Constructors Constructor Description GUID(java.lang.String scheme, java.lang.String value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Optional<GUID>
parseGUID(java.lang.String value)
-
Methods inherited from class com.shapesecurity.salvation2.URLs.URLWithScheme
equals, hashCode
-
-
-
-
Method Detail
-
parseGUID
public static java.util.Optional<GUID> parseGUID(java.lang.String value)
-
-