Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testFileParts (0.07 seconds)

  1. 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)
Back to Top