Uses of Interface
org.refcodes.textual.ReplaceTextBuilder
-
-
Uses of ReplaceTextBuilder in org.refcodes.textual
Classes in org.refcodes.textual that implement ReplaceTextBuilder Modifier and Type Class Description class
ReplaceTextBuilderImpl
The Class ReplaceTextBuilderImpl.Methods in org.refcodes.textual that return ReplaceTextBuilder Modifier and Type Method Description default ReplaceTextBuilder
ReplaceTextBuilder. withFindText(java.lang.String aFindText)
Sets the find text for the find text property.default ReplaceTextBuilder
ReplaceTextBuilder. withReplaceText(java.lang.String aReplaceText)
Sets the replace text for the replace text property.
-