Class MvnGoalInputsFilePropertyRootChild_1_0

    • Field Detail

      • 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 Detail

      • MvnGoalInputsFilePropertyRootChild_1_0

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