Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PropertiesWriter (0.05 sec)

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

         *
         * @param out the writer
         * @throws IOException if an error occurs
         */
        protected void saveLayout(Writer out, boolean typed) throws IOException {
            PropertiesWriter writer = new PropertiesWriter(out, typed);
            if (header != null) {
                for (String s : header) {
                    writer.writeln(s);
                }
            }
    
            for (String key : storage.keySet()) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 09:03:48 UTC 2025
    - 38.5K bytes
    - Viewed (0)
Back to top