Package de.hsh.graja.core.modules.pmd
Class PmdModuleRunnerResult
java.lang.Object
de.hsh.graja.core.ModuleRunnerResult
de.hsh.graja.core.modules.pmd.PmdModuleRunnerResult
- All Implemented Interfaces:
ContentLogger,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSubResult(String rule, PmdModuleRunnerSubResult sr) findSubResult(String rule) getType()booleanbooleanvoidvoidMethods inherited from class de.hsh.graja.core.ModuleRunnerResult
addItem, addLeadingCommentItem, addTrailingCommentItem, getCommentsPerPosition, getLeadingComment, getTrailingComment, isTimeout, prependLeadingCommentItems, registerCommentForCodeOriented, setTimeout
-
Constructor Details
-
PmdModuleRunnerResult
-
-
Method Details
-
getSubResults
-
addSubResult
-
findSubResult
-
setGlobalFailure
public void setGlobalFailure() -
isGlobalFailure
public boolean isGlobalFailure() -
getType
- Specified by:
getTypein classModuleRunnerResult
-
isEmptySubmission
public boolean isEmptySubmission() -
setEmptySubmission
public void setEmptySubmission()
-