Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setContainers (0.15 sec)

  1. platforms/ide/ide/src/testFixtures/groovy/org/gradle/plugins/ide/eclipse/EclipseClasspathFixture.groovy

            return this.classpath.classpathentry as List
        }
    
        String getOutput() {
            return this.classpath.classpathentry.find { it.@kind == 'output' }.@path
        }
    
        List<String> getContainers() {
            return this.classpath.classpathentry.findAll { it.@kind == 'con' }.collect { it.@path }
        }
    
        List<String> getSources() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top