Package com.perforce.p4java.common.base
Class P4ResultMapUtils
java.lang.Object
com.perforce.p4java.common.base.P4ResultMapUtils
- Since:
- 23/09/2016
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanhasValidDepotPath(Map<String, Object> map) static booleanstatic StringparseCode0ErrorString(Map<String, Object> map) parseDataList(Map<String, Object> map, String key) static intstatic longstatic StringparseString(Map<String, Object> map, String key)
-
Method Details
-
parseString
-
parseCode0ErrorString
-
parseInt
- Parameters:
map- mapkey- key- Returns:
- value
- Throws:
NumberFormatException- if the string does not contain a parsable integer.
-
parseLong
- Parameters:
map- mapkey- key- Returns:
- value
- Throws:
NumberFormatException- if the string does not contain a parsable integer.
-
hasValidDepotPath
-
containsDescriptionField
-
isContainsValidRevisionSpecificInformation
-
parseDataList
-