Package cdc.issues.io
Interface IssuesReader
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IssuesReader
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Issue>load(File file)static List<Issue>load(File file, IssuesFactoryFeatures features)
-
-
-
Method Detail
-
load
List<Issue> load(File file) throws IOException
- Throws:
IOException
-
load
static List<Issue> load(File file, IssuesFactoryFeatures features) throws IOException
- Throws:
IOException
-
-