Package manifold.api.fs.cache
Class PathCache
- java.lang.Object
-
- manifold.api.fs.cache.PathCache
-
public class PathCache extends Object
-
-
Constructor Summary
Constructors Constructor Description PathCache(IModule module, Supplier<Collection<IDirectory>> pathSupplier, Runnable clearHandler)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Set<IFile>findFiles(String fqn)FqnCache<IFile>getExtensionCache(String extension)Map<String,FqnCache<IFile>>getExtensionCaches()Set<String>getFqnForFile(IFile file)static StringqualifyName(String pkg, String resourceName)
-
-
-
Constructor Detail
-
PathCache
public PathCache(IModule module, Supplier<Collection<IDirectory>> pathSupplier, Runnable clearHandler)
-
-