Class SubPackage
- java.lang.Object
-
- org.apache.jackrabbit.filevault.maven.packaging.SimpleEmbedded
-
- org.apache.jackrabbit.filevault.maven.packaging.SubPackage
-
public class SubPackage extends SimpleEmbedded
TheSubPackage
class represents an subpackage artifact dependency from the project descriptor. Such a package is declared in<subPackages>
elements inside the list style<subPackage>
element as follows:<subPackage> <groupId>artifact.groupId.pattern</groupId> <artifactId>artifact.artifactId.pattern</artifactId> <scope>compile</scope> <type>artifact.type.pattern</type> <classifier>artifact.classifier.pattern</classifier> <filter>true</filter> </subPackage>
-
-
Constructor Summary
Constructors Constructor Description SubPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.apache.jackrabbit.filevault.maven.packaging.SimpleEmbedded
getMatchingArtifacts, getMatchingArtifacts, isAllVersionsFilter, isExcludeTransitive, isFilter, setAddFilter, setArtifactId, setClassifier, setExcludeTransitive, setGroupId, setScope, setType, toString
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classSimpleEmbedded
-
-