Package org.mcp.utils

Class Printer

java.lang.Object
org.mcp.utils.Printer

public class Printer extends Object
Utility class for writing strings to files.

Provides a static method to write content to a specified file path.

Since:
2025-02-28
Author:
  • Constructor Details

    • Printer

      public Printer()
  • Method Details

    • writeStringToFile

      public static void writeStringToFile(String content, String filePath)
      Writes the given string content to the specified file path.
      Parameters:
      content - the string content to write
      filePath - the file path to write to