Class TextFileReader
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.persistence.TextFileReader
-
public final class TextFileReader extends Object
-
-
Constructor Summary
Constructors Constructor Description TextFileReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
readLargeTextFile(hudson.FilePath largeTextFilePath)
static String
readLargeTextFile(File largeTextFile)
-
-
-
Method Detail
-
readLargeTextFile
public static String readLargeTextFile(hudson.FilePath largeTextFilePath) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
readLargeTextFile
public static String readLargeTextFile(File largeTextFile) throws IOException
- Throws:
IOException
-
-