static LockInfo |
LockInfo.asLockInfo(java.util.Map map) |
Returns a given map as a LockInfo object.
|
LockInfo |
HubRunner.getLockInfo() |
Deprecated.
Returns the lockfile information associated with this object.
|
LockInfo |
StandardClientProfile.getLockInfo() |
Returns the LockInfo which indicates how to locate the hub.
|
LockInfo |
StandardHubProfile.getLockInfo() |
Returns the lockfile information associated with this object.
|
static LockInfo |
LockInfo.readLockFile(java.io.InputStream in) |
Returns the LockInfo read from a given stream.
|
static LockInfo |
LockInfo.readLockFile(java.net.URL url) |
Returns a LockInfo as read from a lockfile at a given location.
|