public class DescriptorComposer extends HTMLComposerImpl
A_CLOSING, A_HREF_OPENING, B_CLOSING, B_OPENING, BR, CLOSE_TAG, CODE_CLOSING, CODE_OPENING, NBSP
Constructor and Description |
---|
DescriptorComposer(InspectionToolPresentation tool) |
Modifier and Type | Method and Description |
---|---|
void |
compose(java.lang.StringBuilder buf,
RefEntity refEntity) |
void |
compose(java.lang.StringBuilder buf,
RefEntity refElement,
CommonProblemDescriptor descriptor) |
protected void |
composeAdditionalDescription(java.lang.StringBuilder buf,
RefEntity refEntity) |
protected void |
composeDescription(CommonProblemDescriptor description,
int i,
java.lang.StringBuilder buf,
RefEntity refElement) |
static java.lang.String [] |
quickFixTexts(RefEntity where,
InspectionToolPresentation toolPresentation) |
appendAdditionalListItemInfo, appendElementInReferences, appendElementOutReferences, appendElementReference, appendElementReference, appendElementReference, appendElementReference, appendListItem, appendNoProblems, appendQualifiedName, appendQuickFix, appendResolution, composeNumereables, doneList, doneListItem, genPageHeader, getExtension, startList, startListItem
appendAfterHeaderIndention, appendAfterHeaderIndention, appendHeading
public DescriptorComposer(InspectionToolPresentation tool)
public void compose(java.lang.StringBuilder buf, RefEntity refEntity)
compose
in class HTMLComposerImpl
public static java.lang.String [] quickFixTexts(RefEntity where, InspectionToolPresentation toolPresentation)
protected void composeAdditionalDescription(java.lang.StringBuilder buf, RefEntity refEntity)
public void compose(java.lang.StringBuilder buf, RefEntity refElement, CommonProblemDescriptor descriptor)
compose
in class HTMLComposerImpl
protected void composeDescription(CommonProblemDescriptor description, int i, java.lang.StringBuilder buf, RefEntity refElement)