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