|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.diff.ColumnMask
public final class ColumnMask
This class supports masks defined 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 | |
|---|---|
ColumnMask(int first,
int last,
boolean numeric)
Construct a new BasiColumn mask from first to last (inclusive). |
|
| Method Summary | |
|---|---|
java.lang.String |
getDebugString()
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 ColumnMask(int first,
int last,
boolean numeric)
first - from the first columnlast - to the last columnnumeric - the type of mask| Method Detail |
|---|
public int skipBy(int column,
CharSequence sequence)
column - the column to skipsequence - the char sequence to applypublic java.lang.String getDebugString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||