- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for newFileSystem (0.05 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java
File testPom = getTestFile("src/test/resources/projects/pom-with-profiles/pom.xml"); try (FileSystem fs = Jimfs.newFileSystem(fsName, fsConfig)) { Path path = fs.getPath("projects", "pom-with-profiles", "pom.xml"); Files.createDirectories(path.getParent()); Files.copy(testPom.toPath(), path);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 33.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
if (jarFiles == null) { return nameSet.stream().sorted().collect(Collectors.toList()); } for (final File jarFile : jarFiles) { try (FileSystem fs = FileSystems.newFileSystem(jarFile.toPath(), ClassLoader.getSystemClassLoader())) { final Path xmlPath = fs.getPath("fess_ds++.xml"); if (!Files.exists(xmlPath)) { if (logger.isDebugEnabled()) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 9K bytes - Viewed (0)