Package org.nibor.autolink
Interface LinkSpan
-
- All Superinterfaces:
Span
- All Known Implementing Classes:
LinkSpanImpl
public interface LinkSpan extends Span
Information for an extracted link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkType
getType()
-
Methods inherited from interface org.nibor.autolink.Span
getBeginIndex, getEndIndex
-
-
-
-
Method Detail
-
getType
LinkType getType()
- Returns:
- the type of link
-
-