Class TaskInputsFilePropertyRoot_1_0

    • Field Detail

      • file

        public final FileRef_1_0 file
        The file system location of this root.
      • rootHash

        @Nullable("if the root is a directory")
        public final @com.gradle.nullability.Nullable("if the root is a directory") byte[] rootHash
        The logical hash of file, if it is not a directory.

        If the associated normalization strategy uses a custom hashing strategy (e.g. compile classpath normalization), this hash will be that logical hash value (opposed to being a hash of the raw bytes of the file).

      • children

        @Nullable("when the root is a file or an empty directory")
        public final @Nullable("when the root is a file or an empty directory") List<? extends TaskInputsFilePropertyRootChild_1_0> children
        The contents of the root, if it is a directory.
    • Constructor Detail