Uses of Class
io.thestencil.staticontent.spi.visitor.ImmutableSites
-
Packages that use ImmutableSites Package Description io.thestencil.staticontent.spi.visitor -
-
Uses of ImmutableSites in io.thestencil.staticontent.spi.visitor
Methods in io.thestencil.staticontent.spi.visitor that return ImmutableSites Modifier and Type Method Description ImmutableSitesImmutableSites.Builder. build()Builds a newImmutableSites.static ImmutableSitesImmutableSites. copyOf(SiteVisitor.Sites instance)Creates an immutable copy of aSiteVisitor.Sitesvalue.ImmutableSitesImmutableSites. withMessage(SiteVisitor.Message... elements)Copy the current immutable object with elements that replace the content ofmessage.ImmutableSitesImmutableSites. withMessage(Iterable<? extends SiteVisitor.Message> elements)Copy the current immutable object with elements that replace the content ofmessage.ImmutableSitesImmutableSites. withSites(SiteContent.Site... elements)Copy the current immutable object with elements that replace the content ofsites.ImmutableSitesImmutableSites. withSites(Iterable<? extends SiteContent.Site> elements)Copy the current immutable object with elements that replace the content ofsites.
-