public class InspectionReport
extends java.lang.Object
AgentMetadataInspector.| Modifier and Type | Class and Description |
|---|---|
static class |
InspectionReport.Decision
The possible outcomes of an inspection.
|
| Constructor and Description |
|---|
InspectionReport() |
| Modifier and Type | Method and Description |
|---|---|
static InspectionReport |
newAcceptance(java.lang.String message)
Factory method for
InspectionReport. |
static InspectionReport |
newRejection(java.lang.String message)
Factory method for
InspectionReport. |
public static InspectionReport newRejection(java.lang.String message)
InspectionReport.message - a messageInspectionReportpublic static InspectionReport newAcceptance(java.lang.String message)
InspectionReport.message - a messageInspectionReport