| Package | Description |
|---|---|
| org.jboss.modules |
The primary JBoss Modules API.
|
| org.jboss.modules.filter |
Classes related to filtering.
|
| org.jboss.modules.xml |
| Class and Description |
|---|
| ClassFilter
Filter used to determine whether a class name should be included or excluded from imports and exports.
|
| PathFilter
Filter used to determine whether a path should be included or excluded from imports and exports.
|
| Class and Description |
|---|
| AggregatePathFilter
PathFilter implementation that aggregates multiple other filters.
|
| BooleanClassFilter |
| BooleanPathFilter |
| ChildPathFilter |
| ClassFilter
Filter used to determine whether a class name should be included or excluded from imports and exports.
|
| EqualsPathFilter |
| GlobPathFilter
Default implementation of PathFilter.
|
| InvertingPathFilter
A path filter which simply inverts the result of another path filter.
|
| MultiplePathFilter |
| MultiplePathFilterBuilder
A builder for a multiple-path filter.
|
| PathFilter
Filter used to determine whether a path should be included or excluded from imports and exports.
|
| SetPathFilter |
| Class and Description |
|---|
| MultiplePathFilterBuilder
A builder for a multiple-path filter.
|