public class Aggregate extends FeatureSelectionConfig
Modifier and Type | Field and Description |
---|---|
List<String> |
artifactsOverrides |
String |
classifier
This is the classifier for the new feature.
|
String |
description
Optional description for the feature
|
Map<String,String> |
frameworkPropertiesOverrides |
boolean |
markAsComplete
If this is set to
true the feature is marked as complete. |
boolean |
markAsFinal
If this is set to
true the feature is marked as final. |
String |
title
Optional title for the feature
|
Map<String,String> |
variablesOverrides |
String |
vendor
Optional vendor for the feature
|
Constructor and Description |
---|
Aggregate() |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getFilesExcludes, getSelections, setFilesExclude, setFilesInclude, setIncludeArtifact, setIncludeClassifier
public String classifier
public boolean markAsFinal
true
the feature is marked as final.public boolean markAsComplete
true
the feature is marked as complete.public String title
public String description
public String vendor
public String toString()
toString
in class FeatureSelectionConfig
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.