Class FileUtil
java.lang.Object
echo.util.FileUtil
Used to interface with file system
-
Constructor Summary
ConstructorsConstructorDescriptionFileUtil(PluginParameters parameters, PluginLog mavenPluginLog) Create a new instance of the FileUtil -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the message from the location in attribute fromFilevoidsaveToFile(String message) Saves text output
-
Constructor Details
-
FileUtil
Create a new instance of the FileUtil- Parameters:
parameters- The user-supplied plugin parametersmavenPluginLog- Wrapper for Maven internal plugin logger
-
-
Method Details
-
saveToFile
-
getFromFile
Retrieves the message from the location in attribute fromFile- Returns:
- Content of the default sort order file
- Throws:
IOException
-