java.lang.Object
io.wcm.devops.conga.plugins.aem.maven.model.AbstractInstallableFile
io.wcm.devops.conga.plugins.aem.maven.model.BundleFile
All Implemented Interfaces:
InstallableFile

public final class BundleFile extends AbstractInstallableFile
Represents an OSGi bundle file referenced by CONGA.
  • Constructor Details

    • BundleFile

      public BundleFile(File file, Map<String,Object> fileData, List<String> variants)
      Parameters:
      file - JAR file
      fileData - File data
      variants - Variants
  • Method Details

    • getInstall

      public Boolean getInstall()