Class TaskInputsFileProperty_1_1

    • Field Detail

      • attributes

        public final List<String> attributes
        Normalization strategy used to snapshot the files.

        For all Gradle versions greater than 5.0, the list will contain one of the following fingerprinting strategy:

        • FINGERPRINTING_STRATEGY_ABSOLUTE_PATH
        • FINGERPRINTING_STRATEGY_NAME_ONLY
        • FINGERPRINTING_STRATEGY_RELATIVE_PATH
        • FINGERPRINTING_STRATEGY_IGNORED_PATH
        • FINGERPRINTING_STRATEGY_CLASSPATH
        • FINGERPRINTING_STRATEGY_COMPILE_CLASSPATH
        For Gradle versions greater than 7.3, the list will contain one of the following directory sensitivity:
        • DIRECTORY_SENSITIVITY_DEFAULT
        • DIRECTORY_SENSITIVITY_IGNORE_DIRECTORIES
        For Gradle versions greater than 7.3, the list will contain one of the following line ending sensitivity:
        • LINE_ENDING_SENSITIVITY_DEFAULT
        • LINE_ENDING_SENSITIVITY_NORMALIZE_LINE_ENDINGS
    • Constructor Detail

      • TaskInputsFileProperty_1_1

        public TaskInputsFileProperty_1_1​(long id,
                                          List<String> attributes,
                                          byte[] hash,
                                          List<Long> roots)