public abstract class LocalFileFinder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<LocalFileFinder> |
EP_NAME |
| Constructor and Description |
|---|
LocalFileFinder() |
| Modifier and Type | Method and Description |
|---|---|
abstract VirtualFile |
findLocalFile(Url url,
Project project) |
public static final ExtensionPointName<LocalFileFinder> EP_NAME
public abstract VirtualFile findLocalFile(Url url, Project project)