- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testFileParts (0.1 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java
String[] testFileParts = file.toURI().toURL().getPath().split(REST_TEST_PREFIX); if (testFileParts.length != 2) { throw new IllegalArgumentException("could not split " + file + " into expected parts"); } File output = new File(outputDirectory.get().dir(REST_TEST_PREFIX).getAsFile(), testFileParts[1]); output.getParentFile().mkdirs();
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 22.3K bytes - Click Count (0)