public class MapUnmapper extends Object
The need for this will probably go away when we refactor the upper levels of P4Java to optimise and rationalise the use of maps overall.
| Constructor and Description |
|---|
MapUnmapper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
replaceNewlines(String str)
Replace all but the last newline in the incoming string with
newline / tab pairs.
|
static void |
unmapBranchMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a BranchSpec spec.
|
static void |
unmapChangelistMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a change list.
|
static void |
unmapClientMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a client map.
|
static void |
unmapDepotMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a depot map.
|
static void |
unmapJobMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a job.
|
static void |
unmapLabelMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a Label Perforce label.
|
static void |
unmapProtectionEntriesMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a list of protection entries.
|
static void |
unmapStreamMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a stream map.
|
static void |
unmapTriggerEntriesMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a list of trigger entries.
|
static void |
unmapUserGroupMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a Perforce user group map.
|
static void |
unmapUserMap(Map<String,Object> inMap,
StringBuffer strBuf)
Unmap a Perforce user map.
|
public static void unmapChangelistMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapJobMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapClientMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapUserMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapUserGroupMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapLabelMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapBranchMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapDepotMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapProtectionEntriesMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapStreamMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - public static void unmapTriggerEntriesMap(Map<String,Object> inMap, StringBuffer strBuf)
inMap - strBuf - Copyright © 2017 Perforce Software. All Rights Reserved.