* {output} could be useful for advanced filter expressions
This commit is contained in:
parent
92482a80e2
commit
f7436eee9e
@ -730,6 +730,11 @@ public class MediaBindingBean {
|
|||||||
return new Date();
|
return new Date();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Define("output")
|
||||||
|
public File getUserDefinedOutputFolder() throws IOException {
|
||||||
|
return new File(Settings.getApplicationArguments().output).getCanonicalFile();
|
||||||
|
}
|
||||||
|
|
||||||
@Define("defines")
|
@Define("defines")
|
||||||
public Map<String, String> getUserDefinedArguments() throws IOException {
|
public Map<String, String> getUserDefinedArguments() throws IOException {
|
||||||
return Settings.getApplicationArguments().defines;
|
return Settings.getApplicationArguments().defines;
|
||||||
|
Loading…
Reference in New Issue
Block a user