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) |
getLogicalRootsManager
public LogicalRootsManagerImpl(Project project)
public LogicalRoot findLogicalRoot(VirtualFile file)
findLogicalRoot
in class LogicalRootsManager
public java.util.List<LogicalRoot> getLogicalRoots()
getLogicalRoots
in class LogicalRootsManager
public <T extends LogicalRoot> void registerLogicalRootProvider(LogicalRootType<T> rootType, NotNullFunction<? super Module,? extends java.util.List<T>> provider)