public class PathCache extends Object
Constructor and Description |
---|
PathCache(IModule module,
Supplier<Collection<IDirectory>> pathSupplier,
Runnable clearHandler) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Set<IFile> |
findFiles(String fqn) |
FqnCache<IFile> |
getExtensionCache(String extension) |
Map<String,FqnCache<IFile>> |
getExtensionCaches() |
Set<String> |
getFqnForFile(IFile file) |
static String |
qualifyName(String pkg,
String resourceName) |
public PathCache(IModule module, Supplier<Collection<IDirectory>> pathSupplier, Runnable clearHandler)
Copyright © 2024. All rights reserved.