Package thredds.util
Class DodsURLExtractor
- java.lang.Object
-
- thredds.util.DodsURLExtractor
-
public class DodsURLExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description DodsURLExtractor()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList
extract(String url)
Extract all A-HREF contained URLS from the given URL and return in ListString
getTextContent(String url)
Extract text content from the given URL and return in String
-
-
-
Method Detail
-
extract
public ArrayList extract(String url) throws IOException
Extract all A-HREF contained URLS from the given URL and return in List- Throws:
IOException
-
getTextContent
public String getTextContent(String url) throws IOException
Extract text content from the given URL and return in String- Throws:
IOException
-
-