public abstract class AbstractWarningProperty extends Object implements WarningProperty
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWarningProperty(String shortName,
PriorityAdjustment priorityAdjustment)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the fully qualified name of the property.
|
PriorityAdjustment |
getPriorityAdjustment()
Get the priority adjustment: i.e., the effect that this warning property
is expected to have on the likelihood that the warning is real, benign,
or a false positive.
|
protected AbstractWarningProperty(String shortName, PriorityAdjustment priorityAdjustment)
shortName - the short name of the property; will be qualified with the
full name of the warning property classpriorityAdjustment - the priority adjustmentpublic PriorityAdjustment getPriorityAdjustment()
WarningPropertygetPriorityAdjustment in interface WarningPropertypublic String getName()
WarningPropertygetName in interface WarningPropertyCopyright © 2003–2015. All rights reserved.