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
Methods inherited from class org.apache.sling.feature.maven.mojos.FeatureSelectionConfig
getFilesExcludes, getSelections, setFilesExclude, setFilesInclude, setIncludeArtifact, setIncludeClassifier, setRefsInclude
-
Field Details
-
classifier
This is the classifier for the new feature. If not specified the feature is the main artifact for the project. -
attach
public boolean attachIf this is set tofalsethe feature is not added to the project artifacts. -
markAsFinal
public boolean markAsFinalIf this is set totruethe feature is marked as final. -
markAsComplete
public boolean markAsCompleteIf this is set totruethe feature is marked as complete. -
title
Optional title for the feature -
description
Optional description for the feature -
vendor
Optional vendor for the feature -
artifactsOverrides
-
configurationOverrides
-
variablesOverrides
-
frameworkPropertiesOverrides
-
-
Constructor Details
-
Aggregate
public Aggregate()
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classFeatureSelectionConfig
-
equals
- Overrides:
equalsin classFeatureSelectionConfig
-
toString
- Overrides:
toStringin classFeatureSelectionConfig
-
getArtifactOverrideRules
-
getConfigurationOverrideRules
-