Class Project_2_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.project.Project_2_0
com.gradle.scan.eventmodel.gradle.project.Project_2_1
- Direct Known Subclasses:
Project_2_2
Details about a project.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the build file doesn\'t physically exist for Gradle 2.3 and earlier, always non-null for later versions") FileRef_1_0The Gradle build file of the project.final booleanWhether the Gradle build file physically exists.final FileRef_1_0The project directory.Fields inherited from class com.gradle.scan.eventmodel.gradle.project.Project_2_0
children, projectPath -
Constructor Summary
ConstructorsConstructorDescriptionProject_2_1(String projectPath, List<Integer> children, FileRef_1_0 projectDir, @Nullable FileRef_1_0 buildFile, boolean buildFileExists) -
Method Summary
-
Field Details
-
projectDir
The project directory. -
buildFile
@Nullable("when the build file doesn\'t physically exist for Gradle 2.3 and earlier, always non-null for later versions") public final @Nullable("when the build file doesn\'t physically exist for Gradle 2.3 and earlier, always non-null for later versions") FileRef_1_0 buildFileThe Gradle build file of the project. -
buildFileExists
public final boolean buildFileExistsWhether the Gradle build file physically exists.
-
-
Constructor Details
-
Project_2_1
public Project_2_1(String projectPath, List<Integer> children, FileRef_1_0 projectDir, @Nullable @Nullable FileRef_1_0 buildFile, boolean buildFileExists)
-
-
Method Details
-
equals
- Overrides:
equalsin classProject_2_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classProject_2_0
-
toString
- Overrides:
toStringin classProject_2_0
-