Index
All Classes and Interfaces|All Packages
C
- com.maroontress.nugetscraper - module com.maroontress.nugetscraper
-
This module provides an HTML parser that reads an HTML page retrieved from NuGet.org and provides a list containing NuGet packages released by a specified organization.
- com.maroontress.nugetscraper - package com.maroontress.nugetscraper
-
This package provides an HTML parser that reads an HTML page retrieved from NuGet.org and provides a list containing NuGet packages released by a specified organization.
N
- nextPageUrl() - Method in interface com.maroontress.nugetscraper.Profile
-
Returns the relative URL of the next page if it exists.
- NugetScraper - Class in com.maroontress.nugetscraper
-
A parser to retrieve a list of NuGet packages that the specified organization has released and how many of each have been downloaded.
O
- of(String, long) - Static method in interface com.maroontress.nugetscraper.Package
-
Returns the new package object with the specified title and the number of total downloads.
- of(List<Package>, Optional<String>) - Static method in interface com.maroontress.nugetscraper.Profile
-
Returns the new profile object with the specified package list and next page URL.
P
- Package - Interface in com.maroontress.nugetscraper
-
This interface provides the name and the number of the total downloads of the NuGet package.
- packageList() - Method in interface com.maroontress.nugetscraper.Profile
-
Returns the list of the NuGet packages.
- Profile - Interface in com.maroontress.nugetscraper
-
This interface represents an abstraction of a list of the NuGet packages that the specified organization has released.
T
- title() - Method in interface com.maroontress.nugetscraper.Package
-
Returns the name of the NuGet package.
- toProfile(String) - Static method in class com.maroontress.nugetscraper.NugetScraper
-
Parses the HTML page in
https://www.nuget.org/profiles/...
and returns the newProfile
object. - totalDownloads() - Method in interface com.maroontress.nugetscraper.Package
-
Returns the number of the total downloads.
All Classes and Interfaces|All Packages