- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getSuperClassName (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocSuperTypeBuilder.java
* Builds and attaches the supertypes of the given class */ void build(ClassDoc classDoc) { ClassMetaData classMetaData = classDoc.getClassMetaData(); String superClassName = classMetaData.getSuperClassName(); if (superClassName != null && !superClassName.equals("org.gradle.api.DefaultTask")) { // Assume this is a class and so has implemented all properties and methods somewhere in the superclass hierarchyCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Feb 18 17:01:38 GMT 2025 - 2.1K bytes - Click Count (0)