Package | Description |
---|---|
com.perforce.p4java.admin | |
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.impl.generic.admin | |
com.perforce.p4java.impl.generic.client |
Provides standard implementation classes for the com.perforce.p4java.client interfaces.
|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IProtectionEntry
Describes a protection entry (line) in a Perforce protection
table.
|
interface |
ITriggerEntry
Describes a protection entry (line) in a Perforce triggers
table.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IClientViewMapping
Defines an individual Perforce client view mapping between a depot file
and a local Perforce client file.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewMap<E extends IMapEntry>
Defines the common operations to Perforce view maps.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBranchMapping
Defines an individual Perforce branch view mapping between a source path
and a target path.
|
interface |
ILabelMapping
Extends IMapEntry to provide a Perforce label-specific
view map entry type.
|
interface |
IReviewSubscription
Defines the view mapping for Perforce user review subscriptions.
|
interface |
IStreamIgnoredMapping
Define (optional) a list of file or directory names to be ignored in client
views.
|
interface |
IStreamRemappedMapping
Define (optional) an individual stream view path is to be remapped in client
view.
|
interface |
IStreamViewMapping
Defines an individual file path in the stream view.
|
Modifier and Type | Method and Description |
---|---|
ViewMap<IMapEntry> |
IDepot.getSpecMap()
For spec depots, the optional description of which specs should be saved,
as one or more patterns.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtectionEntry
Default IProtectionEntry implementation class.
|
class |
TriggerEntry
Default ITriggerEntry implementation class.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClientView.ClientViewMapping
Simple extension of the basic MapEntry class to provide convenience
methods based on "depot" and "client" rather than "left" and "right".
|
Modifier and Type | Class and Description |
---|---|
static class |
BranchSpec.BranchViewMapping
Simple default implementation of the IViewMapping interface.
|
static class |
Label.LabelMapping |
class |
MapEntry
Default implementation of the IMapEntry interface.
|
class |
ReviewSubscription
Default ReviewSubscription implementation class.
|
static class |
Stream.StreamIgnoredMapping
Simple default implementation of the IStreamIgnoredMapping interface.
|
static class |
Stream.StreamRemappedMapping
Simple default implementation of the IStreamRemappedMapping interface.
|
static class |
Stream.StreamViewMapping
Simple default implementation of the IStreamViewMapping interface.
|
Modifier and Type | Method and Description |
---|---|
ViewMap<IMapEntry> |
Depot.getSpecMap() |
Modifier and Type | Method and Description |
---|---|
void |
Depot.setSpecMap(ViewMap<IMapEntry> specMap) |
Constructor and Description |
---|
MapEntry(IMapEntry entry)
Copy constructor.
|
Constructor and Description |
---|
Depot(String name,
String ownerName,
Date modDate,
String description,
IDepot.DepotType depotType,
String address,
String suffix,
String streamDepth,
String map,
ViewMap<IMapEntry> specMap) |
Copyright © 2017 Perforce Software. All Rights Reserved.