Class WebappFindOptions


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public class WebappFindOptions
    extends java.lang.Object
    Find/Replace options.
    Since:
    19.1
    • Constructor Detail

      • WebappFindOptions

        public WebappFindOptions()
    • Method Detail

      • isMatchCase

        public boolean isMatchCase()
        Returns:
        Returns true if search should be case sensitive.
      • setMatchCase

        public void setMatchCase​(boolean matchCase)
        Parameters:
        matchCase - true if search should be case sensitive.
      • setWholeWords

        public void setWholeWords​(boolean wholeWords)
        Parameters:
        wholeWords - true if search should match whole words only.
      • isWholeWords

        public boolean isWholeWords()
        Returns:
        Returns true if search should match whole words only.