Uses of Package
com.perforce.p4java.core.file

Packages that use com.perforce.p4java.core.file
com.perforce.p4java.client Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. 
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.core.file Provides interfaces and classes for defining and accessing Perforce depot and workspace files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. 
com.perforce.p4java.impl.mapbased.client   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Classes in com.perforce.p4java.core.file used by com.perforce.p4java.client
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.
IntegrationOptions
          A helper class to gather together some of the (infinitely complex) less-common options available to the integrate method in one object.
 

Classes in com.perforce.p4java.core.file used by com.perforce.p4java.core
DiffType
          Describes the various type of file version diffs and related whitespace options available through the relevant content diff, resolve, annotate, etc., methods, corresponding loosely to the "-d" series of options to the p4 command line app.
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.
 

Classes in com.perforce.p4java.core.file used by com.perforce.p4java.core.file
DiffType
          Describes the various type of file version diffs and related whitespace options available through the relevant content diff, resolve, annotate, etc., methods, corresponding loosely to the "-d" series of options to the p4 command line app.
FileAction
          Defines the possible Perforce actions that can be associated with a Perforce file, including synchronization actions.
FileSpecOpStatus
          Statuses representing the result of a particular Perforce file-based operation.
IFileAnnotation
          Describes a Perforce file annotation as returned from the annotation command.
IFileOperationResult
          Defines the broadest operations available on file specs returned from Perforce file operations.
IFileRevisionData
          Describes a Perforce file revision in detail, including the changelist number and associated description, action, user, etc.
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.
IResolveRecord
          Integration resolve action records as returned by getExtendedFiles with the equivalent of the fstat -Or option.
IRevisionIntegrationData
          Used to specify Perforce file integration data in short form for specific file revisions.
 

Classes in com.perforce.p4java.core.file used by com.perforce.p4java.impl.generic.core
DiffType
          Describes the various type of file version diffs and related whitespace options available through the relevant content diff, resolve, annotate, etc., methods, corresponding loosely to the "-d" series of options to the p4 command line app.
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.
 

Classes in com.perforce.p4java.core.file used by com.perforce.p4java.impl.generic.core.file
DiffType
          Describes the various type of file version diffs and related whitespace options available through the relevant content diff, resolve, annotate, etc., methods, corresponding loosely to the "-d" series of options to the p4 command line app.
FileAction
          Defines the possible Perforce actions that can be associated with a Perforce file, including synchronization actions.
FileSpecOpStatus
          Statuses representing the result of a particular Perforce file-based operation.
IExtendedFileSpec
          Extends the basic IFileSpec with methods and fields for use with the Perforce server statFiles() and other specialized methods.
IFileAnnotation
          Describes a Perforce file annotation as returned from the annotation command.
IFileOperationResult
          Defines the broadest operations available on file specs returned from Perforce file operations.
IFileRevisionData
          Describes a Perforce file revision in detail, including the changelist number and associated description, action, user, etc.
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.
IResolveRecord
          Integration resolve action records as returned by getExtendedFiles with the equivalent of the fstat -Or option.
IRevisionIntegrationData
          Used to specify Perforce file integration data in short form for specific file revisions.
 

Classes in com.perforce.p4java.core.file used by com.perforce.p4java.impl.mapbased.client
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.
IntegrationOptions
          A helper class to gather together some of the (infinitely complex) less-common options available to the integrate method in one object.
 

Classes in com.perforce.p4java.core.file used by com.perforce.p4java.server
DiffType
          Describes the various type of file version diffs and related whitespace options available through the relevant content diff, resolve, annotate, etc., methods, corresponding loosely to the "-d" series of options to the p4 command line app.
FileStatAncilliaryOptions
          A simple way to encapsulate the complex ancilliary output options available for the IServer statFiles method.
FileStatOutputOptions
          A simple way to encapsulate the complex output options available for the IServer statFiles method.
IExtendedFileSpec
          Extends the basic IFileSpec with methods and fields for use with the Perforce server statFiles() and other specialized methods.
IFileAnnotation
          Describes a Perforce file annotation as returned from the annotation command.
IFileRevisionData
          Describes a Perforce file revision in detail, including the changelist number and associated description, action, user, etc.
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.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.