Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for trimValues (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/props/MavenPropertiesLoader.java

            MavenProperties configProps = new MavenProperties(null, false);
            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 Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jan 24 17:29:44 GMT 2025
    - 6.4K bytes
    - Click Count (0)
Back to Top