* @throws ConfigException TODO
*/
public static Object configure(Property prop, String typeName, Container parent)
throws ConfigException {
ConfigResult properties = configure(new ConfigSchemaImpl(prop), typeName, null, parent,
ConfigMode.TEMPLATE_NOT_CHOOSABLE);
return properties.getValue(prop);
}