src.test.resources.com.eva.properties.joker.eva Maven / Gradle / Ivy
/*
* $Id: joker.eva 17 2007-02-10 13:51:35Z max $
*
* Copyright (c) 2006-2007 Maximilian Antoni. All rights reserved.
*
* This software is licensed as described in the file LICENSE.txt, which you
* should have received as part of this distribution. The terms are also
* available at http://www.maxantoni.de/projects/eva-properties/license.txt.
*/
names: ${maps.*.name}
maps: {
map1: {
name: "Map 1"
}
map2: {
name: "Map 2"
}
map3: {
no-name-here: true
}
}
nestedNames: ${nested.*.*.name}
nestedValues: ${nested.*.*.value}
nested: {
colors: {
red: {
name: Red
value: "#ff0000"
}
green: {
name: Green
value: "#00ff00"
}
}
hello: {
world: {
name: HelloWorld
value: "Hello world!"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy