Interface InstallableFile
- All Known Subinterfaces:
ContentPackageFile
- All Known Implementing Classes:
AbstractInstallableFile,BundleFile,ModelContentPackageFile
public interface InstallableFile
Generic representation of an installable file (content package or OSGi bundle).
-
Method Details
-
getFile
File- Returns:
- File
-
getVariants
Variants/Run modes for file- Returns:
- Variants/Run modes for file
-
getHashCode
@NotNull @NotNull com.google.common.hash.HashCode getHashCode()Hash code for file- Returns:
- Hash code for file
-