public class ResourceLock extends ProjectLock
| Constructor and Description |
|---|
ResourceLock(Workspace workspace,
Project project,
Node n)
Note that the Workspace and Project in which the resource
resides are required, although only the resource itself will
be locked.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getURL()
Retrieve the URL of the underlying resource.
|
public ResourceLock(Workspace workspace, Project project, Node n)
workspace - Workspace in which the project belongs.project - Project in which the Node belongs.n - Node to be locked.public java.net.URL getURL()
WorkspaceLockgetURL in class ProjectLockProjectLock.getURL()