public class SubPackage extends SimpleEmbedded
SubPackage 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 and Description |
|---|
SubPackage() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getMatchingArtifacts, getMatchingArtifacts, isExcludeTransitive, isFilter, setAddFilter, setArtifactId, setClassifier, setExcludeTransitive, setGroupId, setScope, setType, toStringpublic String toString()
toString in class SimpleEmbeddedCopyright © 2019 The Apache Software Foundation. All rights reserved.