public interface LocalFileLoader
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMissingFileAProblem()
If true, a loader that loads from a file will report a Problem that will
stop application startup if it cannot find the configured file.
|
void |
setFilePath(Property<String> path)
Sets the path to the file to be loaded.
|
void |
setFilePath(String path)
Sets the path to the file to be loaded.
|
void |
setMissingFileAProblem(boolean isAProblem)
If set true, a file path that does not point to a file is a Problem/error.
|
void setFilePath(String path)
path - void setFilePath(Property<String> path)
path - void setMissingFileAProblem(boolean isAProblem)
isAProblem - boolean isMissingFileAProblem()
Copyright © 2017. All rights reserved.