public interface IDirsDelegator
| Modifier and Type | Method and Description |
|---|---|
List<IFileSpec> |
getDirectories(List<IFileSpec> fileSpecs,
boolean clientOnly,
boolean deletedOnly,
boolean haveListOnly)
List any directories matching the passed-in file specifications
and other options.
|
List<IFileSpec> |
getDirectories(List<IFileSpec> fileSpecs,
GetDirectoriesOptions opts)
List any directories matching the passed-in file specifications.
|
List<IFileSpec> getDirectories(@Nonnull List<IFileSpec> fileSpecs, boolean clientOnly, boolean deletedOnly, boolean haveListOnly) throws ConnectionException, AccessException
fileSpecs - the file specsclientOnly - the client onlydeletedOnly - the deleted onlyhaveListOnly - the have list onlyConnectionException - the connection exceptionAccessException - the access exceptionList<IFileSpec> getDirectories(List<IFileSpec> fileSpecs, GetDirectoriesOptions opts) throws P4JavaException
fileSpecs - non-null list of file specifications.opts - GetDirectoriesOptions object describing optional parameters;
if null, no options are set.P4JavaException - if any error occurs in the processing of this method.Copyright © 2017 Perforce Software. All Rights Reserved.