com.atlassian.maven.plugins.clirr.parser
Class ExpectedDifferencesParser
java.lang.Object
com.atlassian.maven.plugins.clirr.parser.ExpectedDifferencesParser
public class ExpectedDifferencesParser
- extends java.lang.Object
Parses the lines of the API difference file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
parse
public java.util.Set<ApiChange> parse()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2012 Atlassian. All Rights Reserved.