Package net.officefloor.compile.issues
Interface IssueCapture<R>
public interface IssueCapture<R>
Capture of
CompilerIssue.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theCompilerIssueinstances of the capture.Obtains the return value from theSupplier.
-
Method Details
-
getReturnValue
R getReturnValue()Obtains the return value from theSupplier.- Returns:
- Return value.
-
getCompilerIssues
CompilerIssue[] getCompilerIssues()Obtains theCompilerIssueinstances of the capture.- Returns:
CompilerIssueinstances of the capture. If noCompilerIssueinstances, then will return empty array.
-