A target selector can be a label name, label id, working resource id,
or an indicator that the VersionedResource itself should be selected.
A TargetSelector selects the revision with the associated label or id.
Create a TargetSelector that has no Workspace or TargetSelector.
Parameters: targetSelector - the target selector exception: com.ibm.webdav.WebDAVException -
Create a TargetSelector for the given Workspace and selector override.
The targetSelector overrides the Workspace for the requested resource.
The Workspace is used to select revisions of all other referenced
resources.
Parameters: workspace - the Workspace used by this TargetSelector Parameters: targetSelector - the target selector exception: com.ibm.webdav.WebDAVException -
Get the selector key for this TargetSelector. Each subtype has a different
key in order to indicate to the server the type of the TargetSelector. This
method is used for marshalling only.
the selected revision exception: com.ibm.webdav.WebDAVException -