Searched refs:baseElements (Results 1 – 1 of 1) sorted by relevance
173 List<Element> baseElements = Elements.getElements(currentStage(), baseModules); in configure() local178 if (baseElements.size() == 1) { in configure()179 Element element = Iterables.getOnlyElement(baseElements); in configure()188 baseElements = privateElements.getElements(); in configure()193 final LinkedHashSet<Element> elements = new LinkedHashSet<>(baseElements); in configure()