Class DirectoryKabSource

java.lang.Object
com.tccc.kos.core.util.DirectoryKabSource
All Implemented Interfaces:
KabSource

public class DirectoryKabSource extends Object implements KabSource
Implementation of KabSource that indexes the contents of the specified directory. This will only index at the time the source is created so it will not handle kabs being added or removed after creation. This is typically used for installation from a directory where all the necessary kabs are in the directory.
Version:
2023-10-12
  • Constructor Details

    • DirectoryKabSource

      public DirectoryKabSource(File dir)
      Create a new KabSource based on the kabs in the specified directory. Kabs are not validated beyond standard format and cert checks. Applications should perform additional validations of any kabs as needed.
      Parameters:
      dir - the directory containing kabs
  • Method Details