Class Aggregation
java.lang.Object
com.sevenprinciplesmobility.maven.minify.common.Aggregation
Maps a single bundle defined in
AggregationConfiguration
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Represents the types of aggregation that can be performed. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Aggregation
public Aggregation()Creates a new Aggregation object
-
-
Method Details
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type
- the type to set
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name
- the name to set
-
getFiles
Gets the files.- Returns:
- the files
-
setFiles
Sets the files.- Parameters:
files
- the files to set
-