Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for getLibrary (0.75 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/CommonHeaderHelloWorldApp.groovy

    
    abstract class CommonHeaderHelloWorldApp extends HelloWorldApp {
        abstract SourceFile getCommonHeader()
    
        abstract String getSourceSetType()
    
        @Override
        TestNativeComponent getLibrary() {
            return new TestNativeComponent() {
                @Override
                List<SourceFile> getSourceFiles() {
                    return getLibrarySources()
                }
    
                @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/IncrementalSwiftModifyCppDepApp.groovy

        IncrementalSwiftAppWithCppDep getApplication() {
            return main
        }
    
        String getExpectedOutput() {
            return main.expectedOutput
        }
    
        IncrementalCppGreeter getLibrary() {
            return lib
        }
    
        String getAlternateLibraryOutput() {
            return main.expectedAlternateOutput
        }
    
        class IncrementalCppGreeter extends IncrementalCppElement {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/IncrementalCppStaleLinkOutputAppWithLib.groovy

        IncrementalCppAppWithDep getExecutable() {
            return main
        }
    
        String getExpectedOutput() {
            return main.expectedOutput
        }
    
        IncrementalCppLib getLibrary() {
            return lib
        }
    
        class IncrementalCppLib extends IncrementalCppElement {
            final greeter = new CppGreeter()
            final sum = new CppSum()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/internal/AbstractNativeLibraryBinarySpec.java

        @Override
        public NativeLibrarySpec getComponent() {
            return getComponentAs(NativeLibrarySpec.class);
        }
    
        @Override
        public NativeLibrarySpec getLibrary() {
            return getComponentAs(NativeLibrarySpec.class);
        }
    
        protected boolean hasSources() {
            for (LanguageSourceSet sourceSet : getInputs()) {
                if (!sourceSet.getSource().isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  5. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/AbstractLibrary.java

            } else {
                getEntryAttributes().remove(ATTRIBUTE_JAVADOC_LOCATION);
            }
        }
    
        public FileReference getLibrary() {
            return library;
        }
    
        public void setLibrary(FileReference library) {
            this.library = library;
            setPath(library.getPath());
        }
    
        @Nullable
        public ModuleVersionIdentifier getModuleVersion() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/ExeWithLibraryUsingLibraryHelloWorldApp.groovy

        void writeSources(TestFile mainSourceDir, TestFile librarySourceDir, TestFile greetingsLibrarySourceDir) {
            getExecutable().writeSources(mainSourceDir)
            getLibrary().writeSources(librarySourceDir)
            getGreetingsHeader().writeToDir(greetingsLibrarySourceDir)
            for (SourceFile sourceFile : greetingsSources) {
                sourceFile.writeToDir(greetingsLibrarySourceDir)
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/internal/WtpClasspathAttributeSupport.java

            } else {
                return Collections.emptyMap();
            }
        }
    
        private Map<String, Object> createDeploymentAttribute(AbstractLibrary entry) {
            File file = entry.getLibrary().getFile();
            if (!isUtilityProject) {
                if (rootConfigFiles.contains(file)) {
                    return ImmutableMap.of(AbstractClasspathEntry.COMPONENT_DEPENDENCY_ATTRIBUTE, "/");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 13:57:30 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/ProjectReportTaskIntegrationTest.groovy

                public abstract class LibraryPlugin implements Plugin<Project> {
                    @SoftwareType(name = "library", modelPublicType = LibraryExtension.class)
                    public abstract LibraryExtension getLibrary();
    
                    @Override
                    public void apply(Project project) {}
                }
            """
            file("build-logic/src/main/java/com/example/restricted/ApplicationPlugin.java") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:32 UTC 2024
    - 10K bytes
    - Viewed (0)
  9. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/internal/tooling/EclipseModelBuilder.java

                if (entry instanceof Library) {
                    AbstractLibrary library = (AbstractLibrary) entry;
                    final File file = library.getLibrary().getFile();
                    final File source = library.getSourcePath() == null ? null : library.getSourcePath().getFile();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.nativeplatform.NativeLibraryBinarySpec.getLibrary()> does not have raw return type assignable to org.gradle.api.provider.Provider in (NativeLibraryBinarySpec.java:0)
    Method <org.gradle.nativeplatform.NativeLibraryBinarySpec.getLibrary()> does not have raw return type assignable to org.gradle.api.provider.Provider in (NativeLibraryBinarySpec.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top