Class Aggregate
- java.lang.Object
-
- org.apache.sling.feature.maven.mojos.FeatureSelectionConfig
-
- org.apache.sling.feature.maven.mojos.Aggregate
-
public class Aggregate extends FeatureSelectionConfig
-
-
Field Summary
Fields Modifier and Type Field Description List<String>artifactsOverridesbooleanattachIf this is set tofalsethe feature is not added to the project artifacts.StringclassifierThis is the classifier for the new feature.List<String>configurationOverridesStringdescriptionOptional description for the featureMap<String,String>frameworkPropertiesOverridesbooleanmarkAsCompleteIf this is set totruethe feature is marked as complete.booleanmarkAsFinalIf this is set totruethe feature is marked as final.StringtitleOptional title for the featureMap<String,String>variablesOverridesStringvendorOptional vendor for the feature
-
Constructor Summary
Constructors Constructor Description Aggregate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<org.apache.sling.feature.ArtifactId>getArtifactOverrideRules()Map<String,String>getConfigurationOverrideRules()inthashCode()StringtoString()-
Methods inherited from class org.apache.sling.feature.maven.mojos.FeatureSelectionConfig
getFilesExcludes, getSelections, setFilesExclude, setFilesInclude, setIncludeArtifact, setIncludeClassifier, setRefsInclude
-
-
-
-
Field Detail
-
classifier
public String classifier
This is the classifier for the new feature. If not specified the feature is the main artifact for the project.
-
attach
public boolean attach
If this is set tofalsethe feature is not added to the project artifacts.
-
markAsFinal
public boolean markAsFinal
If this is set totruethe feature is marked as final.
-
markAsComplete
public boolean markAsComplete
If this is set totruethe feature is marked as complete.
-
title
public String title
Optional title for the feature
-
description
public String description
Optional description for the feature
-
vendor
public String vendor
Optional vendor for the feature
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFeatureSelectionConfig
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classFeatureSelectionConfig
-
toString
public String toString()
- Overrides:
toStringin classFeatureSelectionConfig
-
getArtifactOverrideRules
public List<org.apache.sling.feature.ArtifactId> getArtifactOverrideRules()
-
-