Class AbstractInstallableFile

java.lang.Object
io.wcm.devops.conga.plugins.aem.maven.model.AbstractInstallableFile
All Implemented Interfaces:
InstallableFile
Direct Known Subclasses:
BundleFile, ModelContentPackageFile

public abstract class AbstractInstallableFile extends Object implements InstallableFile
Describes an installable file with a set of run modes and (lazily evaluated) hash code.
  • Constructor Details

    • AbstractInstallableFile

      protected AbstractInstallableFile(File file, Collection<String> variants)
  • Method Details