Class DummyReporter
java.lang.Object
uk.ac.starlink.tfcat.DummyReporter
- All Implemented Interfaces:
Reporter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReport on validity of the supplied Uniform Content Descriptor.voidReport on validity of the supplied unit string.createReporter(int subContext) Returns a reporter suitable for use in a subcontext characterised by an integer, that usually means an indexed array element below the current level.createReporter(String subContext) Returns a reporter suitable for use in a subcontext characterised by a string, that usually means a level down in the object hierarchy.voidReports an error message.
-
Field Details
-
INSTANCE
Instance suitable for general use.
-
-
Constructor Details
-
DummyReporter
protected DummyReporter()Constructor.
-
-
Method Details
-
checkUcd
-
checkUnit
-
createReporter
Description copied from interface:ReporterReturns a reporter suitable for use in a subcontext characterised by an integer, that usually means an indexed array element below the current level.- Specified by:
createReporterin interfaceReporter- Parameters:
subContext- subcontext designation- Returns:
- new reporter
-
createReporter
Description copied from interface:ReporterReturns a reporter suitable for use in a subcontext characterised by a string, that usually means a level down in the object hierarchy.- Specified by:
createReporterin interfaceReporter- Parameters:
subContext- subcontext designation- Returns:
- new reporter
-
report
Description copied from interface:ReporterReports an error message. The message should generally contain human-readable information about some conformance error, but the location of the error is not required.
-