edu.isi.pegasus.planner.catalog.site.impl.myosg.util
Class SiteScrapper
java.lang.Object
edu.isi.pegasus.planner.catalog.site.impl.myosg.util.SiteScrapper
public class SiteScrapper
- extends Object
Utility class that scrapes content from a website
- Author:
- prasanth
|
Method Summary |
static void |
scrapeSite(String urlString,
String outputFilePath)
Scarps a web site and stores it in a file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteScrapper
public SiteScrapper()
scrapeSite
public static void scrapeSite(String urlString,
String outputFilePath)
- Scarps a web site and stores it in a file
- Parameters:
urlString - URLoutputFilePath - file name to store the content.
Copyright © 2011 The University of Southern California. All Rights Reserved.