Skip to content
Snippets Groups Projects
Commit ee91149d authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added asFile

parent 4eb715d8
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,12 @@ class ConfigValue(val requestIndex: ConfigValueIndex, val foundIndex: ConfigValu
*/
def asString = any2string(value)
/**
* Get value as File
* @return value as File
*/
def asFile = new File(any2string(value))
/**
* Get value as Int
* @return value as Int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment