public class RpcPacketFieldRangeRule extends RpcPacketFieldRule
Modifier and Type | Field and Description |
---|---|
protected String |
startField
The start field (inclusive) marking the beginning of a series of fields
which the field values (bytes) will not be converted to strings.
|
protected String |
stopField
The stop field (non-inclusive) marking the end of a series of fields
which the field values (bytes) will not be converted to strings.
|
FIELD_PATTERN, skipConversion, START_FIELD, STOP_FIELD
Constructor and Description |
---|
RpcPacketFieldRangeRule(String startField,
String stopField)
Constructor for creating a field range rule.
|
Modifier and Type | Method and Description |
---|---|
String |
getStartField()
Gets the start field.
|
String |
getStopField()
Gets the stop field.
|
void |
update(String fieldName)
Updates the conversion rule.
|
getInstance, isSkipConversion
protected String startField
Note: this applies to the "RANGE" rule type only.
protected String stopField
Note: this applies to the "RANGE" rule type only.
public void update(String fieldName)
update
in class RpcPacketFieldRule
fieldName
- the field namepublic String getStartField()
public String getStopField()
Copyright © 2017 Perforce Software. All Rights Reserved.