to_string


Description:

[ Version ( since = "2.32" ) ]
public string to_string ()

Prints what the matcher is matching against.

The format will be equal to the format passed to FileAttributeMatcher. The output however, might not be identical, as the matcher may decide to use a different order or omit needless parts.

Parameters:

this

a FileAttributeMatcher.

Returns:

a string describing the attributes the matcher matches against or null if this was null.