Class MvnGoalInputsFilePropertyRootChild_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.goal.MvnGoalInputsFilePropertyRootChild_1_0
A file system child of a
MvnGoalInputsFilePropertyRoot_1_0
.-
Field Summary
Modifier and TypeFieldDescriptionfinal @com.gradle.nullability.Nullable("if the file is a directory") byte[]
The hash of the file.final String
The name of the file.final @Nullable("if the file is a direct child of the root") Integer
The index of the parent file of this file, in the sameMvnGoalInputsFilePropertyRoot_1_0.children
list. -
Constructor Summary
ConstructorDescriptionMvnGoalInputsFilePropertyRootChild_1_0
(String name, @com.gradle.nullability.Nullable byte[] hash, @Nullable Integer parent) -
Method Summary
-
Field Details
-
name
The name of the file. -
hash
@Nullable("if the file is a directory") public final @com.gradle.nullability.Nullable("if the file is a directory") byte[] hashThe hash of the file. -
parent
@Nullable("if the file is a direct child of the root") public final @Nullable("if the file is a direct child of the root") Integer parentThe index of the parent file of this file, in the sameMvnGoalInputsFilePropertyRoot_1_0.children
list.
-
-
Constructor Details
-
MvnGoalInputsFilePropertyRootChild_1_0
-
-
Method Details