public class FilterResource extends Object
| Modifier and Type | Method and Description |
|---|---|
static ResourceFilter |
byPrefix(String prefix)
Return a resource matcher that matches by prefix.
|
static ResourceFilter |
byPrefixSuffix(String prefix,
String suffix)
Return a resource matcher that matches by both prefix and suffix.
|
static ResourceFilter |
bySuffix(String suffix)
Return a resource matcher that matches by suffix.
|
public static ResourceFilter byPrefixSuffix(String prefix, String suffix)
public static ResourceFilter bySuffix(String suffix)
public static ResourceFilter byPrefix(String prefix)
Copyright © 2019. All rights reserved.