|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileResolver.Constraints | |
---|---|
com.faunos.util.boot | Application start up utilities. |
Uses of FileResolver.Constraints in com.faunos.util.boot |
---|
Methods in com.faunos.util.boot that return FileResolver.Constraints | |
---|---|
static FileResolver.Constraints |
FileResolver.Constraints.forProperties(boolean directory,
boolean mustExist)
|
static FileResolver.Constraints |
FileResolver.Constraints.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileResolver.Constraints[] |
FileResolver.Constraints.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.faunos.util.boot with parameters of type FileResolver.Constraints | |
---|---|
protected File |
AbstractFileResolver.filterConstraints(File file,
FileResolver.Constraints arg)
Filters the given file for the specified constraints. |
abstract File |
FileResolver.resolve(String path,
FileResolver.Constraints arg)
Resolves and returns a file that satisfies the specified constraints, or null , if the constraints cannot be satisfied. |
File |
AbstractFileResolver.resolve(String path,
FileResolver.Constraints arg)
Resolves the specified filepath by invoking the
filterConstraints method on the a candidate file
returned by the getCandidate method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |