Class AggregationConfiguration

java.lang.Object
com.github.blutorange.maven.plugin.closurecompiler.common.AggregationConfiguration

public class AggregationConfiguration extends Object
Maps aggregations from an external JSON formatted config file defined in the option bundleConfiguration.
  • Constructor Details

    • AggregationConfiguration

      public AggregationConfiguration()
  • Method Details

    • getBundles

      public List<Aggregation> getBundles()
      Gets the bundles.
      Returns:
      the bundles
    • setBundles

      public void setBundles(List<Aggregation> bundles)
      Sets the bundles.
      Parameters:
      bundles - the bundles to set