Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for withProjection (0.1 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/DefaultModelRegistry.java

            this.ruleExtractor = ruleExtractor;
            this.projectPath = projectPath;
            this.projectState = projectState;
            ModelRegistration rootRegistration = ModelRegistrations.of(ModelPath.ROOT).descriptor("<root>").withProjection(EmptyModelProjection.INSTANCE).build();
            modelGraph = new ModelGraph(new ModelElementNode(this, rootRegistration, null));
            ruleBindings = new RuleBindings();
            transition(modelGraph.getRoot(), Created, false);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 45.7K bytes
    - Viewed (0)
Back to top