public abstract class RelatedToHtmlFilesContributor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<RelatedToHtmlFilesContributor> |
EP_NAME |
Constructor and Description |
---|
RelatedToHtmlFilesContributor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
fillRelatedFiles(XmlFile xmlFile,
java.util.Set<? super PsiFile> resultSet) |
abstract java.lang.String |
getGroupName() |
public static final ExtensionPointName<RelatedToHtmlFilesContributor> EP_NAME