Package cdc.issues.io

Interface IssuesWriter

  • 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 IssuesWriter
    Interface implemented by classes that can save Issues to a file.

    One must use IssuesFactory.createIssuesWriter(File) to create an instance of IssuesWriter.

    Author:
    Damien Carbonne