Searched refs:m_excludes (Results 1 – 1 of 1) sorted by relevance
15 boolean hasElements = hasElements(m_excludes) || hasElements(m_includes); in toXml()22 for (String s : m_excludes) { in toXml()32 private List<String> m_excludes = Lists.newArrayList(); field in XmlRun35 return m_excludes; in getExcludes()40 m_excludes.add(name); in onExclude()