Class Embedded
- java.lang.Object
-
- org.apache.jackrabbit.filevault.maven.packaging.SimpleEmbedded
-
- org.apache.jackrabbit.filevault.maven.packaging.Embedded
-
public class Embedded extends SimpleEmbedded
TheEmbedded
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 Summary
Constructors Constructor Description Embedded()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDestFileName()
String
getTarget()
void
setDestFileName(String destFileName)
void
setTarget(String target)
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
-
-