Uses of Class
org.faceless.publisher.type.PendingTextBuilder

Packages that use org.faceless.publisher.type.PendingTextBuilder
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.PendingTextBuilder in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.PendingTextBuilder in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.PendingTextBuilder
    PendingTextBuilder.append(CharSequence s)
     
    org.faceless.publisher.type.PendingTextBuilder
    PendingTextBuilder.beginAfter()
    Called to mark the start of the "after" section (everything prior to this is "before" or "content")
    org.faceless.publisher.type.PendingTextBuilder
    PendingTextBuilder.beginBefore()
    Called to mark the start of the "before" section.
    org.faceless.publisher.type.PendingTextBuilder
    PendingTextBuilder.beginContent()
    Called to mark the start of the "content" section (everything prior to this is "before").
    org.faceless.publisher.type.PendingTextBuilder
    PendingTextBuilder.close()
    Called to mark the end of the string.