Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setExcludeFolders (0.43 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/idea/model/Module.java

        }
    
        /**
         * The directories to be excluded.
         * Must not be null.
         */
        public Set<Path> getExcludeFolders() {
            return excludeFolders;
        }
    
        public void setExcludeFolders(Set<Path> excludeFolders) {
            this.excludeFolders = excludeFolders;
        }
    
        /**
         * If true, output directories for this module will be located below the output directory for the project;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top