edu.isi.pegasus.planner.catalog.site.impl.myosg.util
Class SiteScrapper

java.lang.Object
  extended by 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

Constructor Summary
SiteScrapper()
           
 
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
 

Constructor Detail

SiteScrapper

public SiteScrapper()
Method Detail

scrapeSite

public static void scrapeSite(String urlString,
                              String outputFilePath)
Scarps a web site and stores it in a file

Parameters:
urlString - URL
outputFilePath - file name to store the content.


Copyright © 2011 The University of Southern California. All Rights Reserved.