docs.gradle.org

All Implemented Interfaces:
Serializable, Comparable<PathSensitivity>, Constable

  • Nested Class Summary

  • Enum Constant Summary

    Enum Constants

    Consider the full path of files and directories.

    Consider only the name of files and directories.

    Ignore file paths and directories altogether.

    Use the location of the file related to a hierarchy.

  • Method Summary

    Returns the enum constant of this type with the specified name.

    values()

    Returns an array containing the constants of this enum type, in the order they are declared.

  • Enum Constant Details

    • ABSOLUTE

    • RELATIVE

    • NAME_ONLY

    • NONE

  • Method Details

    • values

    • valueOf

Read the original on docs.gradle.org ↗