public class Embedded extends SimpleEmbedded
Embedded class represents an embedded artifact dependency
from the project descriptor. Such an embedding is declared in
<embedded> elements inside the list style
<embeddeds> element as follows:
<embedded>
<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>
<target>/libs/sling/install</target>
</embedded>
| Constructor and Description |
|---|
Embedded() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestFileName() |
String |
getTarget() |
void |
setDestFileName(String destFileName) |
void |
setTarget(String target) |
String |
toString() |
getMatchingArtifacts, getMatchingArtifacts, isExcludeTransitive, isFilter, setAddFilter, setArtifactId, setClassifier, setExcludeTransitive, setGroupId, setScope, setType, toStringCopyright © 2019 The Apache Software Foundation. All rights reserved.