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

    Modifier and Type
    Method
    Description
    @NotNull File
    File
    @NotNull com.google.common.hash.HashCode
    Hash code for file
    @NotNull Set<String>
    Variants/Run modes for file
  • Method Details

    • getFile

      @NotNull @NotNull File getFile()
      File
      Returns:
      File
    • getVariants

      @NotNull @NotNull Set<String> 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