Class CheckstyleModuleRunnerResult
java.lang.Object
de.hsh.graja.core.ModuleRunnerResult
de.hsh.graja.core.modules.checkstyle.CheckstyleModuleRunnerResult
- All Implemented Interfaces:
ContentLogger
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSubResultByIdentifier
(String checkIdentifier, CheckstyleModuleRunnerSubResult subResult) findSubResultByIdentifier
(String checkIdentifier) getType()
boolean
boolean
void
setConfiguredCheckIdentifiers
(List<String> checkNamesOrIds) void
void
Methods inherited from class de.hsh.graja.core.ModuleRunnerResult
addItem, addLeadingCommentItem, addTrailingCommentItem, getCommentsPerPosition, getLeadingComment, getTrailingComment, isTimeout, prependLeadingCommentItems, registerCommentForCodeOriented, setTimeout
-
Constructor Details
-
CheckstyleModuleRunnerResult
-
-
Method Details
-
setConfiguredCheckIdentifiers
-
addSubResultByIdentifier
public void addSubResultByIdentifier(String checkIdentifier, CheckstyleModuleRunnerSubResult subResult) -
findSubResultByIdentifier
-
isGlobalFailure
public boolean isGlobalFailure() -
setGlobalFailure
public void setGlobalFailure() -
isEmptySubmission
public boolean isEmptySubmission() -
setEmptySubmission
public void setEmptySubmission() -
getType
- Specified by:
getType
in classModuleRunnerResult
-