public class FilterUtils
extends java.lang.Object
Title: Framework Support Library
Description: Contains utilities related with a processing of filters.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
FilterUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isGenericFilter(java.lang.String filter) |
static boolean |
matches(java.lang.String pattern,
CompositeFilter compositeFilter) |
static boolean |
matches(java.lang.String pattern,
Filter filter) |
static boolean |
matches(java.lang.String pattern,
java.lang.String filter)
Checks if the specified pattern matches the specified filter.
|
public static boolean matches(java.lang.String pattern, java.lang.String filter) throws FilterFormatException
pattern
- the specified pattern.filter
- the specified filter.true
if the pattern matches the filter, false
otherwise.FilterFormatException
public static boolean matches(java.lang.String pattern, Filter filter)
public static boolean matches(java.lang.String pattern, CompositeFilter compositeFilter)
public static boolean isGenericFilter(java.lang.String filter)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.