| Class | Description |
|---|---|
| BundleJsDependenciesMojo |
Base for Mojos that produce JS bundles.
|
| BundleMainJsDependenciesMojo |
A Mojo that bundles the compile JS dependencies into a single file.
|
| BundleTestJsDependenciesMojo |
A Mojo that bundles the compile JS dependencies into a single file.
|
| JsDependencyCollector |
Collects the dependencies of a dependency tree into a list. The list is ordered so dependencies
have a smaller index than their dependents.
|
| JsDependencyFilter |
Tests a file name whether it is a Javascript file that should be included into the bundle.
By default the filter matches all files with a
.js extension, except files ending in
.meta.js, .min.js, .bundle.js |
| JsDependencySelector |
A FileSelector that tests every file using a given
class JsDependencyFilter |