Searched defs:xmlFile (Results 1 – 14 of 14) sorted by relevance
7 private final FsFile xmlFile; field in XmlContext10 public XmlContext(String packageName, FsFile xmlFile, Qualifiers qualifiers) { in XmlContext()
25 FsFile xmlFile = xmlContext.getXmlFile(); in loadResourceXmlFile() local
8 private final Path xmlFile; field in XmlContext11 public XmlContext(String packageName, Path xmlFile, Qualifiers qualifiers) { in XmlContext()
27 Path xmlFile = xmlContext.getXmlFile(); in loadResourceXmlFile() local
24 FsFile xmlFile = Fs.newFile(new File("res/values/foo.xml")); in setUp() local
23 Path xmlFile = Paths.get("res/values/foo.xml"); in setUp() local
31 Path xmlFile = Paths.get(path, "whatever.xml"); in configFrom() local
29 FsFile xmlFile = Fs.newFile(path + "/whatever.xml"); in configFrom() local
25 private synchronized static Document parse(FsFile xmlFile) { in parse()
26 private static synchronized Document parse(Path xmlFile) { in parse()
70 String xmlFile = artifactSpec.getKey(); in tagAll() local
61 String xmlFile = versionSpec.getKey(); in tagAll() local
555 File xmlFile = new File(outputDir, locale + ".xml"); in writeXml() local
727 final File xmlFile = makeFileName(localeName, dir); in getSourceDirectoriesForLocale() local