java.lang.Object
com.sevenprinciplesmobility.maven.minify.common.Aggregation

public class Aggregation extends Object
Maps a single bundle defined in AggregationConfiguration.
  • Constructor Details

    • Aggregation

      public Aggregation()
      Creates a new Aggregation object
  • Method Details

    • getType

      public Aggregation.AggregationType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(Aggregation.AggregationType type)
      Sets the type.
      Parameters:
      type - the type to set
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the name to set
    • getFiles

      public List<String> getFiles()
      Gets the files.
      Returns:
      the files
    • setFiles

      public void setFiles(List<String> files)
      Sets the files.
      Parameters:
      files - the files to set