Package org.mcp.utils
Class Printer
java.lang.Object
org.mcp.utils.Printer
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteStringToFile(String content, String filePath) Writes the given string content to the specified file path.
-
Constructor Details
-
Printer
public Printer()
-
-
Method Details
-
writeStringToFile
Writes the given string content to the specified file path.- Parameters:
content- the string content to writefilePath- the file path to write to
-