Uses of Class
cdc.issues.Issue
-
Packages that use Issue Package Description cdc.issues cdc.issues.answers cdc.issues.io -
-
Uses of Issue in cdc.issues
Classes in cdc.issues with type parameters of type Issue Modifier and Type Class Description classDiagnosis<I extends Issue>A Diagnosis is a list of issues.interfaceHasDiagnosis<I extends Issue>Interface implemented by classes that can return aDiagnosis.classIssuesCollector<I extends Issue>A collector of issues that can transmit collected issues to a delegate.interfaceIssuesHandler<I extends Issue>Interface implemented by classes that can handle (collect, process, ...) issues.classIssuesTee<I extends Issue>classVerboseIssuesHandler<I extends Issue>Implementation ofIssuesHandlerthat logs issues and delegates them to another handler..Fields in cdc.issues with type parameters of type Issue Modifier and Type Field Description static Comparator<Issue>Issue. TIMESTAMP_COMPARATORComparator of Issues sing timestamp.static IssuesHandler<Issue>IssuesHandler. VOIDMethods in cdc.issues with type parameters of type Issue Modifier and Type Method Description static <I extends Issue>
Diagnosis<I>Diagnosis. create(I... issues)static <I extends Issue>
Diagnosis<I>Diagnosis. create(Collection<I> issues)static <I extends Issue>
Diagnosis<I>Diagnosis. okDiagnosis()Methods in cdc.issues that return Issue Modifier and Type Method Description IssueIssue.Builder. build()Methods in cdc.issues that return types with arguments of type Issue Modifier and Type Method Description List<Issue>Snapshot. getIssues()Methods in cdc.issues with parameters of type Issue Modifier and Type Method Description static <I extends Issue>
Diagnosis<I>Diagnosis. create(I... issues)voidVoidIssuesHandler. issue(Issue issue)default voidIssuesHandler. issues(I... issues)voidVoidIssuesHandler. issues(Issue... issues)Method parameters in cdc.issues with type arguments of type Issue Modifier and Type Method Description static StringIssueUtils. getHash(Collection<? extends Issue> issues)Computes a hash of a collection of issues.static Set<String>IssueUtils. getMetaNames(Collection<? extends Issue> issues)static Set<String>IssueUtils. getParamNames(Collection<? extends Issue> issues)voidVoidIssuesHandler. issues(Iterable<? extends Issue> issues)Constructors in cdc.issues with parameters of type Issue Constructor Description Diagnosis(I... issues) -
Uses of Issue in cdc.issues.answers
Methods in cdc.issues.answers that return Issue Modifier and Type Method Description IssueAnsweredIssue. getIssue()Methods in cdc.issues.answers that return types with arguments of type Issue Modifier and Type Method Description List<Issue>IssuesAndAnswers. getIssues()List<Issue>SnapshotIssuesAndAnswers. getIssues()Constructors in cdc.issues.answers with parameters of type Issue Constructor Description AnsweredIssue(Issue issue, IssueAnswer answer) -
Uses of Issue in cdc.issues.io
Methods in cdc.issues.io with parameters of type Issue Modifier and Type Method Description default voidIssuesStreamWriter. add(Issue issue)Invoked to generate issue data.voidIssuesStreamWriter. add(Issue issue, IssueAnswer answer)Invoked to generate issue and answer data.Method parameters in cdc.issues.io with type arguments of type Issue Modifier and Type Method Description voidIssuesWriter. save(SnapshotData synthesis, List<? extends Issue> issues, OutSettings settings, cdc.util.events.ProgressController controller)Saves snapshot data and a list of issues.static voidIssuesWriter. save(SnapshotData synthesis, List<? extends Issue> issues, OutSettings settings, File file, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features)Saves snapshot data and a list of issues to a file.voidIssuesWriter. save(List<? extends Issue> issues, OutSettings settings, cdc.util.events.ProgressController controller)Saves a list of issues.static voidIssuesWriter. save(List<? extends Issue> issues, OutSettings settings, File file, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features)Saves a list of issues to a file.static voidIssuesWriter. save(List<? extends Issue> issues, OutSettings settings, OutputStream out, IssuesFormat format, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features)Saves a list of issues to an output stream.static voidIssuesWriter. save(List<? extends Issue> issues, File file, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features)Saves a list of issues to a file usingOutSettings.ALL_DATA_NO_ANSWERSsettings.static voidIssuesWriter. save(List<? extends Issue> issues, OutputStream out, IssuesFormat format, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features)Saves a list of issues to an output stream.
-