-
public final class LoadedPagesFormatter
-
-
Field Summary
Fields Modifier and Type Field Description private final Collection<WebPage>pagesprivate final InstantstartTimeprivate final BooleanwithSymbolicLink
-
Constructor Summary
Constructors Constructor Description LoadedPagesFormatter(Collection<WebPage> pages, Instant startTime, Boolean withSymbolicLink)
-
Method Summary
Modifier and Type Method Description final Collection<WebPage>getPages()final InstantgetStartTime()final BooleangetWithSymbolicLink()StringtoString()-
-
Constructor Detail
-
LoadedPagesFormatter
LoadedPagesFormatter(Collection<WebPage> pages, Instant startTime, Boolean withSymbolicLink)
-
-
Method Detail
-
getPages
final Collection<WebPage> getPages()
-
getStartTime
final Instant getStartTime()
-
getWithSymbolicLink
final Boolean getWithSymbolicLink()
-
-
-
-