hudson.plugins.logparser
Class ReadWriteTextFile

java.lang.Object
  extended by hudson.plugins.logparser.ReadWriteTextFile

public final class ReadWriteTextFile
extends java.lang.Object


Method Summary
static java.lang.String getContents(java.io.File aFile)
           
static void setContents(java.io.File aFile, java.lang.String aContents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContents

public static java.lang.String getContents(java.io.File aFile)

setContents

public static void setContents(java.io.File aFile,
                               java.lang.String aContents)
                        throws java.io.FileNotFoundException,
                               java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException


Copyright © 2010. All Rights Reserved.