Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MappedSettingsSource (0.23 sec)

  1. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSettingsBuilder.java

            Properties properties = new Properties();
            properties.putAll(map);
            return properties;
        }
    
        private static class MappedSettingsSource implements SettingsSource {
            private final Source source;
    
            MappedSettingsSource(Source source) {
                this.source = source;
            }
    
            @Override
            public InputStream getInputStream() throws IOException {
    Java
    - Registered: Sun Mar 24 03:35:10 GMT 2024
    - Last Modified: Tue Dec 05 08:11:33 GMT 2023
    - 5.6K bytes
    - Viewed (0)
Back to top