- 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
-
Method Details
-
discover
Path discover()- Returns:
- A valid
Pathto scdaemon's socket file. - Throws:
JScdException- if no path could be discovered.
-