Class ListLinks

java.lang.Object
org.jsoup.examples.ListLinks

public class ListLinks extends Object
Example program to list links from a URL.

To invoke from the command line, assuming you've downloaded the jsoup-examples jar to your current directory:

java -cp jsoup-examples.jar org.jsoup.examples.ListLinks url

where url is the URL to fetch.
  • Constructor Details

    • ListLinks

      public ListLinks()
  • Method Details