Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setFooter (0.05 seconds)

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

        /**
         * Return the comment footer.
         *
         * @return the comment footer
         */
        public List<String> getFooter() {
            return footer;
        }
    
        /**
         * Set the comment footer.
         *
         * @param footer the footer to use
         */
        public void setFooter(List<String> footer) {
            this.footer = footer;
        }
    
        /**
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Oct 16 09:03:48 GMT 2025
    - 38.5K bytes
    - Click Count (0)
Back to Top