Class AggregationConfiguration
java.lang.Object
com.github.blutorange.maven.plugin.closurecompiler.common.AggregationConfiguration
Maps aggregations from an external JSON formatted config file defined in the option
bundleConfiguration
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the bundles.void
setBundles
(List<Aggregation> bundles) Sets the bundles.
-
Constructor Details
-
AggregationConfiguration
public AggregationConfiguration()
-
-
Method Details
-
getBundles
Gets the bundles.- Returns:
- the bundles
-
setBundles
Sets the bundles.- Parameters:
bundles
- the bundles to set
-