|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.diff.BasicColumnMask
This class implements the ColumnMask interface. It supports masks deinfed as a column range (e.g. columns 2-4) an optionally require the first character to be numeric. This is a common type of mask and is used by PVCS.
| Constructor Summary | |
BasicColumnMask(int first,
int last,
boolean numeric)
Construct a new BasiColumn mask from first to last (inclusive). |
|
| Method Summary | |
java.lang.String |
debugDump()
Returns a string used for debugging and testing |
int |
skipBy(int column,
CharSequence sequence)
return distance to skip from column if this ColumnMask includes this column. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicColumnMask(int first,
int last,
boolean numeric)
| Method Detail |
public int skipBy(int column,
CharSequence sequence)
skipBy in interface ColumnMaskpublic java.lang.String debugDump()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||