Class AbstractInstallableFile
java.lang.Object
io.wcm.devops.conga.plugins.aem.maven.model.AbstractInstallableFile
- All Implemented Interfaces:
InstallableFile
- Direct Known Subclasses:
BundleFile,ModelContentPackageFile
Describes an installable file with a set of run modes and (lazily evaluated) hash code.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractInstallableFile(File file, Collection<String> variants) -
Method Summary
-
Constructor Details
-
AbstractInstallableFile
-
-
Method Details
-
getFile
Description copied from interface:InstallableFileFile- Specified by:
getFilein interfaceInstallableFile- Returns:
- File
-
getVariants
Description copied from interface:InstallableFileVariants/Run modes for file- Specified by:
getVariantsin interfaceInstallableFile- Returns:
- Variants/Run modes for file
-
getHashCode
@NotNull public @NotNull com.google.common.hash.HashCode getHashCode()Description copied from interface:InstallableFileHash code for file- Specified by:
getHashCodein interfaceInstallableFile- Returns:
- Hash code for file
-
toString
-