public interface FileResolver
| Modifier and Type | Method and Description |
|---|---|
File |
resolve(Object path) |
File |
resolve(Object path,
PathValidation validation) |
String |
resolveAsRelativePath(Object path) |
FileCollection |
resolveFiles(Object... paths) |
FileTree |
resolveFilesAsTree(Object... paths) |
FileSource |
resolveLater(Object path) |
ReadableResource |
resolveResource(Object path) |
URI |
resolveUri(Object path) |
FileResolver |
withBaseDir(Object path)
Creates a new resolver with the given base directory.
|
ReadableResource resolveResource(Object path)
File resolve(Object path, PathValidation validation)
FileSource resolveLater(Object path)
FileCollection resolveFiles(Object... paths)
FileResolver withBaseDir(Object path)
path - The path for the base directory. Resolved relative to the current base directory (if any).Copyright © 2013. All rights reserved