Class BlobMessage.StringMessageBuilder
java.lang.Object
org.nuxeo.importer.stream.message.BlobMessage.StringMessageBuilder
- Direct Known Subclasses:
BlobMessage.FileMessageBuilder
- Enclosing class:
BlobMessage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setEncoding(String encoding) Set the path of the file containing the blob content.setFilename(String filename) Set the name of the file.setMimetype(String mimetype) Set the mime-type of the file.protected BlobMessage.StringMessageBuilder
-
Field Details
-
mimetype
-
encoding
-
filename
-
path
-
-
-
Constructor Details
-
StringMessageBuilder
Create a string blob with a content
-
-
Method Details
-
setFilename
Set the name of the file. -
setEncoding
Set the path of the file containing the blob content. -
setMimetype
Set the mime-type of the file. -
setPath
-
build
-