public class ListDelegator extends BaseDelegator implements IListDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION| Constructor and Description |
|---|
ListDelegator(IOptionsServer server)
Instantiates a new list delegator.
|
| Modifier and Type | Method and Description |
|---|---|
ListData |
getListData(List<IFileSpec> fileSpecs,
ListOptions options)
Returns the data retrieved as part of the 'p4 list -l'
|
ListData |
getListData(List<IFileSpec> fileSpecs,
ListOptions options,
String clientName) |
public ListDelegator(IOptionsServer server)
server - the serverpublic ListData getListData(List<IFileSpec> fileSpecs, ListOptions options) throws P4JavaException
getListData in interface IListDelegatorfileSpecs - List of file paths to be labeledoptions - Options as required by the command p4 listP4JavaExceptionpublic ListData getListData(List<IFileSpec> fileSpecs, ListOptions options, String clientName) throws P4JavaException
getListData in interface IListDelegatorP4JavaExceptionCopyright © 2017 Perforce Software. All Rights Reserved.