Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CompositeDomainObjectSet (0.28 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/collections/DomainObjectCollectionFactory.java

        <T> NamedDomainObjectList<T> newNamedDomainObjectList(Class<T> elementType);
    
        /**
         * Creates a {@link CompositeDomainObjectSet} for managing a collection of {@link DomainObjectCollection} of the specified type.
         */
        <T> CompositeDomainObjectSet<T> newDomainObjectSet(Class<T> elementType, DomainObjectCollection<? extends T> collection);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

        private final CalculatedValueContainerFactory calculatedValueContainerFactory;
        private final ProjectStateRegistry projectStateRegistry;
        private CompositeDomainObjectSet<Dependency> inheritedDependencies;
        private CompositeDomainObjectSet<DependencyConstraint> inheritedDependencyConstraints;
        private DefaultDependencySet allDependencies;
        private DefaultDependencyConstraintSet allDependencyConstraints;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
Back to top