public class NodeNameFilter extends Object
Constructor and Description |
---|
NodeNameFilter(String filter)
Creates an instance of
NodeNameFilter . |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String name)
Returns
true if name matches the filter. |
public NodeNameFilter(String filter)
NodeNameFilter
.filter
- Filter pattern.public boolean accept(String name)
true
if name
matches the filter.name
- Name of comparison.true
if name
matches the filter.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.