Class CheckMessage
java.lang.Object
com.adobe.epubcheck.reporting.CheckMessage
- All Implemented Interfaces:
Comparable<CheckMessage>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCheckMessage(Message message, EPUBLocation location, Object... args) -
Method Summary
Modifier and TypeMethodDescriptionstatic CheckMessageaddCheckMessage(List<CheckMessage> checkMessages, Message message, EPUBLocation location, Object... args) (package private) voidaddLocation(EPUBLocation location) intprivate static CheckMessagefindCheckMessage(List<CheckMessage> checkMessages, String id, String text) private EPUBLocationfindLocation(EPUBLocation location) intgetID()(package private) intsafeCompare(String a, String b) voidtoString()
-
Field Details
-
MAX_LOCATIONS
private static final int MAX_LOCATIONS- See Also:
-
ID
-
severity
-
message
-
additionalLocations
private int additionalLocations -
locations
-
suggestion
-
-
Constructor Details
-
CheckMessage
-
-
Method Details
-
addCheckMessage
public static CheckMessage addCheckMessage(List<CheckMessage> checkMessages, Message message, EPUBLocation location, Object... args) -
addLocation
-
findCheckMessage
private static CheckMessage findCheckMessage(List<CheckMessage> checkMessages, String id, String text) -
getSeverity
-
findLocation
-
toString
-
safeCompare
-
compareTo
- Specified by:
compareToin interfaceComparable<CheckMessage>
-
sortLocations
public void sortLocations() -
getID
-
getMessage
-
getAdditionalLocations
public int getAdditionalLocations() -
getLocations
-
getSuggestion
-