public class LogicalRootsManagerImpl extends LogicalRootsManager
| Constructor and Description |
|---|
LogicalRootsManagerImpl(Project project) |
| Modifier and Type | Method and Description |
|---|---|
LogicalRoot |
findLogicalRoot(VirtualFile file) |
java.util.List<LogicalRoot> |
getLogicalRoots() |
<T extends LogicalRoot> |
registerLogicalRootProvider(LogicalRootType<T> rootType,
NotNullFunction<? super Module,? extends java.util.List<T>> provider) |
getLogicalRootsManagerpublic LogicalRootsManagerImpl(Project project)
public LogicalRoot findLogicalRoot(VirtualFile file)
findLogicalRoot in class LogicalRootsManagerpublic java.util.List<LogicalRoot> getLogicalRoots()
getLogicalRoots in class LogicalRootsManagerpublic <T extends LogicalRoot> void registerLogicalRootProvider(LogicalRootType<T> rootType, NotNullFunction<? super Module,? extends java.util.List<T>> provider)