Class FeatureSelectionConfig
java.lang.Object
org.apache.sling.feature.maven.mojos.FeatureSelectionConfig
- Direct Known Subclasses:
- Aggregate,- Archive,- Repository,- Scan
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanList<org.apache.sling.feature.maven.mojos.FeatureSelectionConfig.Selection>inthashCode()voidsetFilesExclude(String val) voidsetFilesInclude(String val) voidsetIncludeArtifact(org.apache.maven.model.Dependency a) voidsetIncludeClassifier(String classifier) voidsetRefsInclude(String val) Include refs filestoString()
- 
Constructor Details- 
FeatureSelectionConfigpublic FeatureSelectionConfig()
 
- 
- 
Method Details- 
setFilesInclude
- 
setFilesExclude
- 
setRefsIncludeInclude refs files- Parameters:
- val- A pattern
- Since:
- 1.1.22
 
- 
setIncludeArtifactpublic void setIncludeArtifact(org.apache.maven.model.Dependency a) 
- 
setIncludeClassifier
- 
getFilesExcludes
- 
getSelections
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-