Lines Matching defs:m_settings

57             m_settings.setProperty (m_prefix.concat (UNITS_TYPE), units.getValue ());
62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ());
67 m_settings.setProperty (m_prefix.concat (COLUMNS), columns);
72 m_settings.setProperty (m_prefix.concat (SORT), sort);
77 m_settings.setProperty (m_prefix.concat (METRICS), metrics);
85 // m_settings.setProperty (m_prefix.concat (OUT_DIR), dir.getAbsolutePath ());
90 m_settings.setProperty (m_prefix.concat (OUT_FILE), fileName);
95 m_settings.setProperty (m_prefix.concat (OUT_ENCODING), encoding);
121 m_settings = settings;
144 if (! m_settings.isOverridden (prefixedName))
145 m_settings.setProperty (prefixedName, value);
153 protected final IProperties m_settings; // never null
243 m_settings = EMMAProperties.wrap (new Properties ());
281 // collect all nested elements' generic settins into m_settings:
292 return m_settings; // no clone
326 new Element_TXT (m_task, m_settings));
332 new Element_LCOV (m_task, m_settings));
338 new Element_HTML (m_task, m_settings));
344 new Element_XML (m_task, m_settings));
352 m_settings.setProperty (PREFIX.concat (UNITS_TYPE), units.getValue ());
357 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ());
362 m_settings.setProperty (PREFIX.concat (COLUMNS), columns);
367 m_settings.setProperty (PREFIX.concat (SORT), sort);
372 m_settings.setProperty (PREFIX.concat (METRICS), metrics);
380 // m_settings.setProperty (PREFIX.concat (OUT_DIR), dir.getAbsolutePath ());
386 // m_settings.setProperty (PREFIX.concat (OUT_DIR), dir.getAbsolutePath ());
391 m_settings.setProperty (PREFIX.concat (OUT_FILE), fileName);
396 m_settings.setProperty (PREFIX.concat (OUT_ENCODING), encoding);
440 private final IProperties m_settings; // never null