|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileResolver
Field Summary | |
---|---|
static FileResolver |
DEFAULT
|
Method Summary | |
---|---|
java.io.File |
resolveFile(java.lang.String path,
java.lang.String filename)
Return the canonical form of a path, or raise an IllegalArgumentException if the path
is not valid for this FileResolver . |
Field Detail |
---|
static final FileResolver DEFAULT
Method Detail |
---|
java.io.File resolveFile(java.lang.String path, java.lang.String filename)
IllegalArgumentException
if the path
is not valid for this FileResolver
.
path
- The path of the file to resolve. Must not be null
.fileName
- The name of the file to resolve. This is used only for exception message if any.
Must not be null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |