@Retention(value=RUNTIME) public @interface CheckerInfo
StructureChecker
implementationsModifier and Type | Optional Element and Description |
---|---|
String |
actionStringToken
Returns the action string token of the checker
|
String |
description
Returns the description of the checker
|
String |
editorClassName
Returns the name of the checker's editor
|
String |
helpText
Returns the help text of the checker
|
String |
iconPath
Returns the path of the icon for the checker
|
String |
localMenuName
Returns the local menu name of the checker
|
String |
moreErrorMessage
Returns the more than one error message for the checker
|
String |
name
Returns the name of the checker
|
String |
noErrorMessage
Returns the no error message for the checker
|
String |
oneErrorMessage
Returns the one error message for the checker
|
CheckerSeverity |
severity
Returns the severity of the checker
|
public abstract String name
public abstract String localMenuName
public abstract String noErrorMessage
public abstract String oneErrorMessage
public abstract String moreErrorMessage
public abstract String helpText
public abstract String description
public abstract String iconPath
public abstract String editorClassName
public abstract CheckerSeverity severity
public abstract String actionStringToken