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, getLastPosOfURLpublic StaticPathReferenceProvider(FileType [] suitableFileTypes)
public boolean createReferences(PsiElement psiElement, int offset, java.lang.String text, java.util.List<PsiReference> references, boolean soft)
createReferences in class PathReferenceProviderBasepublic PathReference getPathReference(java.lang.String path, PsiElement element)
public void setEndingSlashNotAllowed(boolean endingSlashNotAllowed)
public void setRelativePathsAllowed(boolean relativePathsAllowed)