Package com.perforce.p4java.impl.generic.core.file

Provides standard implementation classes for the com.perforce.p4java.core.file interfaces.

See:
          Description

Class Summary
ExtendedFileSpec Useful generic implementation class for the IExtendedFileSpec interface.
FileAnnotation Simple generic implementation class for IFileAnnotation interface.
FilePath Defines a file spec path for Perforce IFileSpec objects, and a bunch of useful methods for extracting and appending Perforce file-related metadata (such as revision information or label / changelist / date annotations) to and from paths and path strings.
FileRevisionData Simple default generic implementation calls for the IFileRevisionData interface.
FileSize Default implementation for the IFileSize interface.
FileSpec Simple generic default implementation class for the IFileSpec interface.
ObliterateResult The various record stats returned by the obliterateFiles method.
PathAnnotations Conveniently bundles up possible Perforce path-based metadata annotations and associated operations.
ResolveRecord Default implementation class for the IResolveRecord interface.
 

Enum Summary
FilePath.PathType Defines the various types a Perforce file path can have.
 

Package com.perforce.p4java.impl.generic.core.file Description

Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. Users are free to use implementations defined here for their own purposes, but such use is not mandatory, and nor should users rely on these implementations always being returned by the associated interfaces (P4Java reserves the right to change or extend implementations under the covers).



Copyright © 2015 Perforce Software. All Rights Reserved.