Searched refs:tagHandles (Results 1 – 1 of 1) sorted by relevance
286 HashMap<String, String> tagHandles = new HashMap<String, String>(); in processDirectives() local316 if (tagHandles.containsKey(handle)) { in processDirectives()320 tagHandles.put(handle, prefix); in processDirectives()323 if (yamlVersion != null || !tagHandles.isEmpty()) { in processDirectives()327 if (!tagHandles.containsKey(key)) { in processDirectives()328 tagHandles.put(key, DEFAULT_TAGS.get(key)); in processDirectives()331 directives = new VersionTagsTuple(yamlVersion, tagHandles); in processDirectives()