Class MapKeys

java.lang.Object
com.perforce.p4java.impl.mapbased.MapKeys

public class MapKeys extends Object
Helper class containing all known map keys for the map-based implementation as static String fields. Note that the task here is made harder by case and tense variants, etc.; normal names with suffix are the commonest, typically upper-case first character and the rest lower-case.

NOTE: not yet in general usage; will be used more with refactoring over time -- HR.

FIXME: we need something similar for common map values -- HR.