public interface DaemonConnector
| Modifier and Type | Method and Description |
|---|---|
DaemonConnection |
connect(Spec<? super DaemonContext> constraint)
Connects to a daemon that matches the given constraint, starting one if required.
|
DaemonConnection |
createConnection() |
DaemonConnection |
maybeConnect(Spec<? super DaemonContext> constraint)
Attempts to connect to a daemon that matches the given constraint.
|
DaemonConnection maybeConnect(Spec<? super DaemonContext> constraint)
DaemonConnection connect(Spec<? super DaemonContext> constraint)
DaemonConnection createConnection()
Copyright © 2013. All rights reserved