|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMapEntry | |
---|---|
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.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.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. |
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. |
Constructors in com.perforce.p4java.impl.generic.core with parameters of type IMapEntry | |
---|---|
MapEntry(IMapEntry entry)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |