public interface PathFilter
| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
accept(String path) | 
 Determine whether a path should be accepted. 
 | 
boolean | 
equals(Object other) | 
 Determine whether this filter is equal to another. 
 | 
int | 
hashCode() | 
 Calculate a unique hash code for this path filter. 
 | 
boolean accept(String path)
/" characters.path - the path to checkint hashCode()
Copyright © 2022 JBoss by Red Hat. All rights reserved.