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
 java.util.List<IFileSpec> IClient.unlockFiles(java.util.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
 java.util.List<IFileSpec> Client.unlockFiles(java.util.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 (c) 2008-2010 Perforce Software. All rights reserved.