public class OpendapURLFilter extends java.lang.Object implements StringFilter
OpendapURLFilter
class filters OPeNDAP URL
strings. The filter rejects any URLs that are not considered to be
OPeNDAP-specific, and modifies OPeNDAP URLs that end with a
recognized OPeNDAP service extension.Constructor and Description |
---|
OpendapURLFilter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
filter(java.lang.String input)
Filters the input string.
|
public java.lang.String filter(java.lang.String input)
filter
in interface StringFilter