Package net.officefloor.compile.issues
Interface IssueCapture<R>
-
public interface IssueCapture<R>Capture ofCompilerIssue.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompilerIssue[]getCompilerIssues()Obtains theCompilerIssueinstances of the capture.RgetReturnValue()Obtains the return value from theSupplier.
-
-
-
Method Detail
-
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.
-
-