| BaseApiAnalyzer<E extends Element<E>> |
A convenience base class for API analyzers.
|
| BaseArchiveAnalyzer<F extends BaseElementForest<E>,E extends Element<E>> |
A convenience base class for API analyzers.
|
| BaseConfigurable |
A convenience base class for all configurable types in Revapi.
|
| BaseDifferenceAnalyzer<E extends Element<E>> |
A convenience base class for difference analyzers analyzers.
|
| BaseDifferenceTransform<E extends Element<E>> |
A convenience base class for difference transforms
|
| BaseEagerLoadingArchiveAnalyzer<F extends BaseElementForest<E>,E extends BaseElement<E>> |
A base class for archive analyzers that need to load all the elements in an archive eagerly.
|
| BaseElement<E extends Element<E>> |
A base class for API elements.
|
| BaseElementForest<E extends Element<E>> |
A convenience base class for element forest implementations.
|
| BaseElementMatcher |
A convenience base class for element matchers.
|
| BaseReporter |
A convenience base class for reporters.
|
| BaseTreeFilter<E extends Element<E>> |
A convenience base class for tree filters.
|
| BaseTreeFilterProvider |
A convenience base class for tree filter providers.
|
| CollectingReporter |
This is a simple helper class that can be used by the users to collect all the reports from Revapi.
|
| FileArchive |
A simple implementation of the Archive interface providing a file as a Revapi archive.
|
| IncludeExcludeTreeFilter<E extends Element<E>> |
A tree filter that uses a combination of an include and exclude filters to arrive at the filtering decisions.
|
| IncludeExcludeTreeFilter.IncludeExcludeResult |
|
| IndependentTreeFilter<E extends Element<E>> |
|
| InputStreamArchive |
A simple implementation of the Archive interface that uses a "factory" supplier that is able to return a new
input stream representing the archive every time it is called.
|
| OverridableIncludeExcludeTreeFilter<E extends Element<E>> |
|
| ZipArchiveAnalyzer<F extends BaseElementForest<E>,E extends BaseElement<E>> |
This is a base class for archive analyzers that need to search for files in a zipped archive.
|