Class ContentPackage
java.lang.Object
org.apache.sling.cpconverter.maven.mojos.ContentPackage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.maven.artifact.Artifact> getMatchingArtifacts(Collection<org.apache.maven.artifact.Artifact> artifacts) booleanbooleanvoidsetArtifactId(String artifactId) voidsetExcludeTransitive(boolean excludeTransitive) voidsetGroupId(String groupId) voidsetModuleIsContentPackage(boolean moduleIsContentPackage) toString()toString(StringBuilder builder)
-
Constructor Details
-
ContentPackage
public ContentPackage()
-
-
Method Details
-
setGroupId
-
setArtifactId
-
setExcludeTransitive
public void setExcludeTransitive(boolean excludeTransitive) -
isExcludeTransitive
public boolean isExcludeTransitive() -
setModuleIsContentPackage
public void setModuleIsContentPackage(boolean moduleIsContentPackage) -
isModuleIsContentPackage
public boolean isModuleIsContentPackage() -
getMatchingArtifacts
public Collection<org.apache.maven.artifact.Artifact> getMatchingArtifacts(Collection<org.apache.maven.artifact.Artifact> artifacts) -
toString
-
toString
-