Class MvnGoalInputsFilePropertyRootChild_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.goal.MvnGoalInputsFilePropertyRootChild_1_0

public class MvnGoalInputsFilePropertyRootChild_1_0 extends Object
A file system child of a MvnGoalInputsFilePropertyRoot_1_0.
  • Field Details

    • name

      public final String 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[] hash
      The 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 parent
      The index of the parent file of this file, in the same MvnGoalInputsFilePropertyRoot_1_0.children list.
  • Constructor Details

    • MvnGoalInputsFilePropertyRootChild_1_0

      public MvnGoalInputsFilePropertyRootChild_1_0(String name, @Nullable @com.gradle.nullability.Nullable byte[] hash, @Nullable @Nullable Integer parent)
  • Method Details