Class FixSiteAnchorsMojo.Replacement

  • Enclosing class:
    FixSiteAnchorsMojo

    public static final class FixSiteAnchorsMojo.Replacement
    extends Object
    A single replacement.
    Author:
    Rob Spoor
    Since:
    2.0
    • Constructor Detail

      • Replacement

        public Replacement()
        Creates a new replacement.
    • Method Detail

      • getSearch

        public String getSearch()
        Returns the string to search for.
        Returns:
        The string to search for.
      • setSearch

        public void setSearch​(String search)
        Sets the string to search for.
        Parameters:
        search - The string to search for.
      • getReplace

        public String getReplace()
        Returns the string to replace with.
        Returns:
        The string to replace with.
      • setReplace

        public void setReplace​(String replace)
        Sets the string to replace with.
        Parameters:
        replace - The string to replace with.