Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedFileSpec
Useful generic implementation class for the IExtendedFileSpec interface.
|
class |
FileSpec
Simple generic default implementation class for the IFileSpec interface.
|
Copyright © 2017 Perforce Software. All Rights Reserved.