diff --git a/docs/manual/CoreTypes/selectors.html b/docs/manual/CoreTypes/selectors.html index fa30afcc2..303b25342 100755 --- a/docs/manual/CoreTypes/selectors.html +++ b/docs/manual/CoreTypes/selectors.html @@ -604,7 +604,7 @@

Modified Selector

-

The <modified> computes a value for a file, compares that +

The <modified> selector computes a value for a file, compares that to the value stored in a cache and select the file, if these two values differ.

Because this selector is highly configurable the order in which the selection is done @@ -613,7 +613,7 @@

  • get the cached value from the configured cache (absolute path as key)
  • get the new value from the configured algorithm
  • compare these two values with the configured comparator
  • -
  • update the cache if needed and wished
  • +
  • update the cache if needed and requested
  • do the selection according to the comparison result
  • The comparison, computing of the hashvalue and the store is done by implementation @@ -721,6 +721,17 @@ + Comparatorīs + + equal + Very simple object comparison. + + + rule + Uses java.text.RuleBasedCollator for Object + comparison. + +

    Here are some examples of how to use the Modified Selector:

    @@ -1188,4 +1199,3 @@ -