java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.snippet.Replace
Alle implementierten Schnittstellen:
Action

public final class Replace extends Object implements Action
An action that replaces characters in text.
  • Konstruktordetails

    • Replace

      public Replace(String replacement, Pattern pattern, StyledText text)
      Constructs an action that replaces regex finds in text.
      Parameter:
      replacement - the replacement string
      pattern - the regex used to search the text
      text - the text
  • Methodendetails

    • perform

      public void perform()
      Beschreibung aus Schnittstelle kopiert: Action
      Performs this action.
      Angegeben von:
      perform in Schnittstelle Action