Package | Description |
---|---|
com.ftpix.sherdogparser | |
com.ftpix.sherdogparser.models | |
com.ftpix.sherdogparser.parsers |
Modifier and Type | Method and Description |
---|---|
Event |
Sherdog.getEvent(String sherdogUrl)
Gets an event via it's sherdog URL.
|
Event |
Sherdog.getEventFromHtml(String html)
Gets an event via it's shergog page HTML
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
Organization.getEvents() |
List<Event> |
SearchResults.getEventsWithCompleteData()
Gets the events with the full data
This method can be long as it will query each event page
|
Modifier and Type | Method and Description |
---|---|
void |
Organization.setEvents(List<Event> events) |
Modifier and Type | Method and Description |
---|---|
Event |
EventParser.parseDocument(org.jsoup.nodes.Document doc)
parses an event from a jsoup document
|
Copyright © 2019. All rights reserved.