com.perforce.p4java.client
Interface IClientViewMapping

All Superinterfaces:
IMapEntry
All Known Implementing Classes:
ClientView.ClientViewMapping

public interface IClientViewMapping
extends IMapEntry

Defines an individual Perforce client view mapping between a depot file and a local Perforce client file. Basically just a simple name-translation convenience extension of the basic IMapEntry interface; see that interface for detailed semantics.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IMapEntry
IMapEntry.EntryType
 
Field Summary
 
Fields inherited from interface com.perforce.p4java.core.IMapEntry
EXCLUDE_PREFIX, ORDER_UNKNOWN, OVERLAY_PREFIX
 
Method Summary
 String getClient()
           
 String getClient(boolean quoteBlanks)
           
 String getDepotSpec()
           
 String getDepotSpec(boolean quoteBlanks)
           
 void setClient(String client)
           
 void setDepotSpec(String depotSpec)
           
 
Methods inherited from interface com.perforce.p4java.core.IMapEntry
getLeft, getLeft, getOrder, getRight, getRight, getType, setLeft, setOrder, setRight, setType, toString, toString
 

Method Detail

getDepotSpec

String getDepotSpec()

getDepotSpec

String getDepotSpec(boolean quoteBlanks)

getClient

String getClient()

getClient

String getClient(boolean quoteBlanks)

setDepotSpec

void setDepotSpec(String depotSpec)

setClient

void setClient(String client)


Copyright © 2015 Perforce Software. All Rights Reserved.