Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for loadIncludes (0.07 seconds)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/props/MavenPropertiesLoader.java

            if (Files.exists(path) || failIfNotFound) {
                configProps.load(path);
                loadIncludes(path, configProps, callback);
                trimValues(configProps);
            }
            return configProps;
        }
    
        private static void loadIncludes(Path configProp, MavenProperties configProps, UnaryOperator<String> callback)
                throws IOException {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jan 24 17:29:44 GMT 2025
    - 6.5K bytes
    - Click Count (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/props/MavenPropertiesLoader.java

            if (Files.exists(path) || failIfNotFound) {
                configProps.load(path);
                loadIncludes(path, configProps, callback);
                trimValues(configProps);
            }
            return configProps;
        }
    
        private static void loadIncludes(Path configProp, MavenProperties configProps, UnaryOperator<String> callback)
                throws IOException {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jan 24 17:29:44 GMT 2025
    - 6.4K bytes
    - Click Count (0)
Back to Top