Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLibDeployPath (0.58 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseWtpComponent.java

            this.rootConfigurations = rootConfigurations;
        }
    
        /**
         * The configurations whose files are to be marked to be deployed with a deploy path of {@link #getLibDeployPath()}.
         * <p>
         * For examples see docs for {@link EclipseWtp}
         */
        public Set<Configuration> getLibConfigurations() {
            return libConfigurations;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.9K bytes
    - Viewed (0)
Back to top