FACTORY - the factory type parameter@ConsumerType public class SimpleProgressCheckFactoryCheck<FACTORY extends ProgressCheckFactory> extends SimpleProgressCheck
collector| Constructor and Description |
|---|
SimpleProgressCheckFactoryCheck(Class<FACTORY> factoryClass)
Need to keep a handle on the concrete class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckName()
Return an optional label for displaying reports made by this reporter.
|
@Nullable String |
getResourceBundleBaseName()
Get the resource bundle base name for loading the default resource bundle for this violation reporter.
|
getReportedViolations, getResourceBundle, getString, majorViolation, minorViolation, reporting, reportViolation, reportViolation, setResourceBundle, severeViolation, startedScanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterExtract, beforeExtract, deletedPath, identifyPackage, identifySubpackage, importedPath, importedPath, readManifestfinishedScanpublic String getCheckName()
ProgressCheck@Nullable public @Nullable String getResourceBundleBaseName()
ViolationReportergetClass().getName() by default. If this method is overridden to return null, the oakpal framework will
not attempt to load a parent resource bundle specific to this violation reporter when creating a resource bundle
during initialization.Copyright © 2017–2020. All rights reserved.