Package org.omegat.core.search
Class SearchResultEntry.Builder
java.lang.Object
org.omegat.core.search.SearchResultEntry.Builder
- Enclosing class:
- SearchResultEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()entryNum(int newEntryNum) noteMatch(SearchMatch @Nullable [] match) preambleText(@Nullable String newPreambleText) propertiesMatch(SearchMatch @Nullable [] newPropertiesMatch) propertiesString(@Nullable String properties) sourceText(String newSourceText) srcMatch(SearchMatch @Nullable [] match) targetMatch(SearchMatch @Nullable [] match) targetText(@Nullable String newTargetText)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
entryNum
-
preambleText
-
srcPrefix
-
sourceText
-
targetText
-
note
-
propertiesString
-
srcMatch
-
targetMatch
-
noteMatch
-
propertiesMatch
-
build
-