-
public class PageParser.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final LoggerLOGpublic final static PageParser.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanisTruncated(WebPage page)Checks if the page's content is truncated. final LoggergetLOG()-
-
Method Detail
-
isTruncated
final Boolean isTruncated(WebPage page)
Checks if the page's content is truncated.
- Parameters:
page- The web page
-
getLOG
final Logger getLOG()
-
-
-
-