Package hudson.plugins.logparser
Class ReadWriteTextFile
java.lang.Object
hudson.plugins.logparser.ReadWriteTextFile
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetContents(File aFile) static voidsetContents(File aFile, String aContents)
-
Method Details
-
getContents
-
setContents
public static void setContents(File aFile, String aContents) throws FileNotFoundException, IOException - Throws:
FileNotFoundExceptionIOException
-