public class StaticPathReferenceProvider extends PathReferenceProviderBase
Constructor and Description |
---|
StaticPathReferenceProvider(FileType [] suitableFileTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
createReferences(PsiElement psiElement,
int offset,
java.lang.String text,
java.util.List<PsiReference> references,
boolean soft) |
PathReference |
getPathReference(java.lang.String path,
PsiElement element) |
void |
setEndingSlashNotAllowed(boolean endingSlashNotAllowed) |
void |
setRelativePathsAllowed(boolean relativePathsAllowed) |
createReferences, getLastPosOfURL
public StaticPathReferenceProvider(FileType [] suitableFileTypes)
public boolean createReferences(PsiElement psiElement, int offset, java.lang.String text, java.util.List<PsiReference> references, boolean soft)
createReferences
in class PathReferenceProviderBase
public PathReference getPathReference(java.lang.String path, PsiElement element)
public void setEndingSlashNotAllowed(boolean endingSlashNotAllowed)
public void setRelativePathsAllowed(boolean relativePathsAllowed)