Package de.mhus.lib.core.util
Interface FileResolver
-
- All Known Implementing Classes:
SimpleFileProvider
public interface FileResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getContent(String path)Returns a list of pathes with the given path.FilegetFile(String path)FilegetRoot()
-