Package bm.target


package bm.target
Provides implementations of Target.
  • Class
    Description
    Utilities to convert data to byte[].
    Provides the state of a file based on a boolean predicate only, meaning the file can only be in two states: either the predicate returns true or it returns false.
    Provides file or directory states reading either the full content of files or only their last modified time, depending on the factory method used.
     
     
    A target representing the state of a file or all files found in a directory, based on a checksum taken over the file/all files.
    A target with a state that cannot be changed by "building" it.
    A target representing a string obtained by a supplier.