Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for getImplementation (0.12 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/typeregistration/BaseInstanceFactory.java

                this.registration = registration;
            }
    
            @Override
            public TypeRegistrationBuilder<S> withImplementation(ModelType<?> implementationType) {
                registration.setImplementation(implementationType, source);
                return this;
            }
    
            @Override
            public TypeRegistrationBuilder<S> withInternalView(ModelType<?> internalView) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top