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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull File
getFile()
@NotNull com.google.common.hash.HashCode
getHashCode()
@NotNull Set<String>
getVariants()
-