Class MCheckAbstract
java.lang.Object
com.io7m.montarre.io.internal.MCheckAbstract
- All Implemented Interfaces:
MCheckType
- Direct Known Subclasses:
MCheckApplicationID,MCheckDescription,MCheckIcons,MCheckName,MCheckScreenshots,MCheckSummary
An abstract check.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidprotected final voidprotected final voidfinal List<MValidationIssue> execute(MPackageDeclaration declaration) Execute the check.protected abstract voidonExecute(MPackageDeclaration declaration) protected final void
-
Constructor Details
-
MCheckAbstract
protected MCheckAbstract()
-
-
Method Details
-
execute
Description copied from interface:MCheckTypeExecute the check.- Specified by:
executein interfaceMCheckType- Parameters:
declaration- The declaration- Returns:
- The issues
-
onExecute
-
error
-
warning
-
clearAttributes
protected final void clearAttributes() -
attribute
-