Uses of Interface
com.perforce.p4java.core.file.IFileOperationResult

Packages that use IFileOperationResult
com.perforce.p4java.core.file Provides interfaces and classes for defining and accessing Perforce depot and workspace files. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. 
 

Uses of IFileOperationResult in com.perforce.p4java.core.file
 

Subinterfaces of IFileOperationResult in com.perforce.p4java.core.file
 interface IExtendedFileSpec
          Extends the basic IFileSpec with methods and fields for use with the IServer getExtendedFiles method and other specialized methods.
 interface IFileSpec
          Defines the basic set of information and operations on a Perforce file under P4Java, and performs as the common currency for a lot of file-list based methods, usually encapsulated as Java lists as both input and output for common server and client file-based methods such as where, sync, add, etc.
 

Uses of IFileOperationResult in com.perforce.p4java.impl.generic.core.file
 

Classes in com.perforce.p4java.impl.generic.core.file that implement IFileOperationResult
 class ExtendedFileSpec
          Useful generic implementation class for the IExtendedFileSpec interface.
 class FileSpec
          Simple generic default implementation class for the IFileSpec interface.
 



Copyright © 2015 Perforce Software. All Rights Reserved.