Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isSubjectViewAvailable (0.89 sec)

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

            return target;
        }
    
        /**
         * Returns whether the private data of the subject node can be viewed as a Java object by a rule in this role.
         */
        public boolean isSubjectViewAvailable() {
            return subjectViewAvailable;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top