com.levigo.jadice.document.read.fluent
Interface DocumentBuilder


public interface DocumentBuilder

IMPORTANT: This interface is used as a public part of the fluent read API. It is not designed to be implemented and must not be implemented by clients.


Method Summary
 DocumentBuilder append(InputStream source)
           
 DocumentBuilder append(Provider<? extends InputStream,IOException> source)
           
 DocumentBuilder append(TaskBuilder taskBuilder)
           
 GroupBuilder appendGroup()
           
 Document getDocument()
           
 DocumentBuilder property(String key, Object value)
           
 

Method Detail

append

DocumentBuilder append(TaskBuilder taskBuilder)

append

DocumentBuilder append(Provider<? extends InputStream,IOException> source)

append

DocumentBuilder append(InputStream source)

appendGroup

GroupBuilder appendGroup()

getDocument

Document getDocument()

property

DocumentBuilder property(String key,
                         Object value)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.