Interface JScdSocketDiscovery

All Known Implementing Classes:
JScdEnvSocketDiscovery, JScdGpgConfSocketDiscovery

public interface JScdSocketDiscovery
Some JScdLib functions need a path to scdaemon's socket file. Instances of this interface know how to provide one.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • discover

      Path discover()
      Returns:
      A valid Path to scdaemon's socket file.
      Throws:
      JScdException - if no path could be discovered.