com.univocity.api.common
Interface StringFilter

All Known Implementing Classes:
TrueStringFilter

public interface StringFilter

A simple interface used to test a given String

Author:
uniVocity Software Pty Ltd - dev@univocity.com

Method Summary
 boolean accept(String str)
          Tests whether a given String conforms to a specific criteria.
 

Method Detail

accept

boolean accept(String str)
Tests whether a given String conforms to a specific criteria.

Parameters:
str - the String to be tested
Returns:
true if the given String conforms to the filtering rules implemented by this interface, otherwise returns false


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.