|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMapEntry | |
---|---|
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. |
Uses of IMapEntry in com.perforce.p4java.admin |
---|
Subinterfaces of IMapEntry in com.perforce.p4java.admin | |
---|---|
interface |
IProtectionEntry
Describes a protection entry (line) in a Perforce protection table. |
interface |
ITriggerEntry
Describes a protection entry (line) in a Perforce triggers table. |
Uses of IMapEntry in com.perforce.p4java.client |
---|
Subinterfaces of IMapEntry in com.perforce.p4java.client | |
---|---|
interface |
IClientViewMapping
Defines an individual Perforce client view mapping between a depot file and a local Perforce client file. |
Uses of IMapEntry in com.perforce.p4java.core |
---|
Classes in com.perforce.p4java.core with type parameters of type IMapEntry | |
---|---|
class |
ViewMap<E extends IMapEntry>
Defines the common operations to Perforce view maps. |
Subinterfaces of IMapEntry in com.perforce.p4java.core | |
---|---|
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. |
Methods in com.perforce.p4java.core that return types with arguments of type IMapEntry | |
---|---|
ViewMap<IMapEntry> |
IDepot.getSpecMap()
For spec depots, the optional description of which specs should be saved, as one or more patterns. |
Uses of IMapEntry in com.perforce.p4java.impl.generic.admin |
---|
Classes in com.perforce.p4java.impl.generic.admin that implement IMapEntry | |
---|---|
class |
ProtectionEntry
Default IProtectionEntry implementation class. |
class |
TriggerEntry
Default ITriggerEntry implementation class. |
Uses of IMapEntry in com.perforce.p4java.impl.generic.client |
---|
Classes in com.perforce.p4java.impl.generic.client that implement IMapEntry | |
---|---|
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". |
Uses of IMapEntry in com.perforce.p4java.impl.generic.core |
---|
Classes in com.perforce.p4java.impl.generic.core that implement IMapEntry | |
---|---|
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. |
Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IMapEntry | |
---|---|
ViewMap<IMapEntry> |
Depot.getSpecMap()
|
Method parameters in com.perforce.p4java.impl.generic.core with type arguments of type IMapEntry | |
---|---|
void |
Depot.setSpecMap(ViewMap<IMapEntry> specMap)
|
Constructors in com.perforce.p4java.impl.generic.core with parameters of type IMapEntry | |
---|---|
MapEntry(IMapEntry entry)
Copy constructor. |
Constructor parameters in com.perforce.p4java.impl.generic.core with type arguments of type IMapEntry | |
---|---|
Depot(String name,
String ownerName,
Date modDate,
String description,
IDepot.DepotType depotType,
String address,
String suffix,
String streamDepth,
String map,
ViewMap<IMapEntry> specMap)
Explicit-value constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |