Class Embedded


  • public class Embedded
    extends SimpleEmbedded
    The 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 Detail

      • Embedded

        public Embedded()
    • Method Detail

      • getDestFileName

        public String getDestFileName()
      • setDestFileName

        public void setDestFileName​(String destFileName)
      • setTarget

        public void setTarget​(String target)
      • getTarget

        public String getTarget()