public class RandomPathFilter extends Object implements PathFilter
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
extensions |
protected int |
maxPaths |
protected Random |
random |
| Constructor and Description |
|---|
RandomPathFilter(Random random,
String... extensions) |
RandomPathFilter(Random random,
String[] extensions,
int maxPaths) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(String name) |
URI[] |
filter(URI[] paths) |
Copyright © 2016. All rights reserved.