Class Archive
java.lang.Object
org.apache.sling.feature.maven.mojos.FeatureSelectionConfig
org.apache.sling.feature.maven.mojos.Archive
public class Archive extends FeatureSelectionConfig
Several features can be selected to be put into a single archive
-
Field Summary
Fields Modifier and Type Field Description booleanattachIf this is set tofalsethe archive is not added to the project artifacts.static StringDEFAULT_EXTENSION -
Constructor Summary
Constructors Constructor Description Archive() -
Method Summary
Modifier and Type Method Description StringgetClassifier()StringgetType()voidsetClassifier(String classifier)voidsetType(String value)StringtoString()Methods inherited from class org.apache.sling.feature.maven.mojos.FeatureSelectionConfig
equals, getFilesExcludes, getSelections, hashCode, setFilesExclude, setFilesInclude, setIncludeArtifact, setIncludeClassifier, setRefsInclude
-
Field Details
-
DEFAULT_EXTENSION
- See Also:
- Constant Field Values
-
attach
public boolean attachIf this is set tofalsethe archive is not added to the project artifacts.
-
-
Constructor Details
-
Archive
public Archive()
-
-
Method Details
-
getClassifier
-
setClassifier
-
getType
-
setType
-
toString
- Overrides:
toStringin classFeatureSelectionConfig
-