Java org.springframework.integration.support.utils PatternMatchUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.support.utils PatternMatchUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.support.utils PatternMatchUtils.

The text is from its open source code.

Method

BooleansmartMatch(String str, String... patterns)
Pattern match against the supplied patterns; also supports negated ('!') patterns.
BooleansmartMatchIgnoreCase(String str, String... patterns)
Pattern match against the supplied patterns ignoring case; also supports negated ('!') patterns.