Specifies the filter to apply to this scanner. @param filter The filter. If null, then no filter will be used. @since 1.5
(final ScanFilter filter)
| 404 | * @since 1.5 |
| 405 | */ |
| 406 | public void setFilter(final ScanFilter filter) { |
| 407 | this.filter = filter; |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * Returns the possibly-{@code null} filter applied to this scanner. |
no outgoing calls