| Package | Description |
|---|---|
| org.opensolaris.opengrok.configuration | |
| org.opensolaris.opengrok.index |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Configuration.getIncludedNames() |
Filter |
RuntimeEnvironment.getIncludedNames() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setIncludedNames(Filter includedNames) |
void |
RuntimeEnvironment.setIncludedNames(Filter includedNames) |
| Modifier and Type | Class and Description |
|---|---|
class |
IgnoredNames
This class maintains a list of file names (like "cscope.out"), SRC_ROOT
relative file paths (like "usr/src/uts" or "usr/src/Makefile"), and glob
patterns (like .make.*) which opengrok should ignore.
|
| Constructor and Description |
|---|
Filter.PatternList(Filter owner) |