| Constructor and Description |
|---|
URLParser() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
apply(java.lang.String s) |
java.lang.String |
formatDescription() |
java.lang.Class<java.net.URL> |
getReturnType() |
public java.lang.Class<java.net.URL> getReturnType()
getReturnType in interface IParser<java.net.URL>public java.net.URL apply(java.lang.String s)
throws java.lang.IllegalArgumentException
apply in interface java.util.function.Function<java.lang.String,java.net.URL>java.lang.IllegalArgumentExceptionpublic java.lang.String formatDescription()
formatDescription in interface IParser<java.net.URL>