public interface JournalPropertyBuilder<T extends JournalProperty>
Modifier and Type | Method and Description |
---|---|
void |
addProperty(T journalProperty)
Adds the JournalProperty instance fetched from CommitInfo to this builder
|
void |
addSerializedProperty(@Nullable java.lang.String serializedProperty)
Adds the serialized form of journal property (as build from #buildAsString)
call
|
JournalProperty |
build()
Constructs a JournalProperty instance based on current builder state
|
java.lang.String |
buildAsString()
Returns a string representation state of the builder which
would be stored in JournalEntry
|
void addProperty(@Nullable T journalProperty)
java.lang.String buildAsString()
void addSerializedProperty(@Nullable @Nullable java.lang.String serializedProperty)
JournalProperty build()
Copyright © 2010 - 2020 Adobe. All Rights Reserved