com.atlassian.maven.plugins.clirr.parser
Class ExpectedDifferencesParser

java.lang.Object
  extended by com.atlassian.maven.plugins.clirr.parser.ExpectedDifferencesParser

public class ExpectedDifferencesParser
extends java.lang.Object

Parses the lines of the API difference file.


Constructor Summary
ExpectedDifferencesParser(java.io.BufferedReader reader)
           
ExpectedDifferencesParser(java.io.File file)
           
ExpectedDifferencesParser(java.io.File file, java.nio.charset.Charset encoding)
           
 
Method Summary
 java.util.Set<ApiChange> parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpectedDifferencesParser

public ExpectedDifferencesParser(java.io.File file)
                          throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

ExpectedDifferencesParser

public ExpectedDifferencesParser(java.io.File file,
                                 java.nio.charset.Charset encoding)
                          throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

ExpectedDifferencesParser

public ExpectedDifferencesParser(java.io.BufferedReader reader)
                          throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

parse

public java.util.Set<ApiChange> parse()
                               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2014 Atlassian. All Rights Reserved.