Uses of Class
com.perforce.p4java.option.client.UnlockFilesOptions

Packages that use UnlockFilesOptions
com.perforce.p4java.client Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. 
com.perforce.p4java.impl.mapbased.client   
com.perforce.p4java.option.client   
 

Uses of UnlockFilesOptions in com.perforce.p4java.client
 

Methods in com.perforce.p4java.client with parameters of type UnlockFilesOptions
 List<IFileSpec> IClient.unlockFiles(List<IFileSpec> fileSpecs, UnlockFilesOptions opts)
          Release locked files but leave them open.
 

Uses of UnlockFilesOptions in com.perforce.p4java.impl.mapbased.client
 

Methods in com.perforce.p4java.impl.mapbased.client with parameters of type UnlockFilesOptions
 List<IFileSpec> Client.unlockFiles(List<IFileSpec> fileSpecs, UnlockFilesOptions opts)
           
 

Uses of UnlockFilesOptions in com.perforce.p4java.option.client
 

Methods in com.perforce.p4java.option.client that return UnlockFilesOptions
 UnlockFilesOptions UnlockFilesOptions.setChangelistId(int changelistId)
           
 UnlockFilesOptions UnlockFilesOptions.setForceUnlock(boolean forceUnlock)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.