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

Packages that use RevertFilesOptions
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 RevertFilesOptions in com.perforce.p4java.client
 

Methods in com.perforce.p4java.client with parameters of type RevertFilesOptions
 List<IFileSpec> IClient.revertFiles(List<IFileSpec> fileSpecs, RevertFilesOptions opts)
          Revert open Perforce client workspace files back to the revision previously synced from the Perforce depot, discarding any pending changelists or integrations that have been made so far.
 

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

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

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

Methods in com.perforce.p4java.option.client that return RevertFilesOptions
 RevertFilesOptions RevertFilesOptions.setChangelistId(int changelistId)
           
 RevertFilesOptions RevertFilesOptions.setNoClientRefresh(boolean noClientRefresh)
           
 RevertFilesOptions RevertFilesOptions.setNoUpdate(boolean noUpdate)
           
 RevertFilesOptions RevertFilesOptions.setRevertOnlyUnchanged(boolean revertOnlyUnchanged)
           
 RevertFilesOptions RevertFilesOptions.setWipeAddFiles(boolean wipeAddFiles)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.