Class TerminalLineIntervalHighlighting
java.lang.Object
org.springframework.shell.test.jediterm.terminal.model.TerminalLineIntervalHighlighting
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
dispose()
protected abstract void
int
int
getLine()
int
boolean
intersectsWith
(int otherStartOffset, int otherEndOffset) boolean
toString()
-
Method Details
-
getLine
-
getStartOffset
public int getStartOffset() -
getEndOffset
public int getEndOffset() -
getLength
public int getLength() -
isDisposed
public boolean isDisposed() -
dispose
public final void dispose() -
doDispose
protected abstract void doDispose() -
intersectsWith
public boolean intersectsWith(int otherStartOffset, int otherEndOffset) -
mergeWith
-
toString
-