Interface IFormatter

All Known Implementing Classes:
HTMLFormatter

public interface IFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    format(String input)
    Methode zum Formatieren von Texten
  • Method Details

    • format

      String format(String input)
      Methode zum Formatieren von Texten
      Parameters:
      input - der Input-Text
      Returns:
      den formatierten Text