|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChecker
Interface for content evaluator
Method Summary | |
---|---|
List<IProblemItem> |
check(ICheckTarget checkTarget)
Check target content and return detected issues |
boolean |
isEnabled()
Check if evaluation item related to this checker is enabled by user |
boolean |
isTargetFormat(String mimeType)
Check if MIME type is supported by this checker |
Method Detail |
---|
List<IProblemItem> check(ICheckTarget checkTarget)
checkTarget
- target content information
IProblemItem
boolean isTargetFormat(String mimeType)
mimeType
- target MIME type
boolean isEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |