|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Occurence in se.biltmore.tools.fileeditor |
---|
Methods in se.biltmore.tools.fileeditor that return Occurence | |
---|---|
Occurence |
TextFileEditor.findLastOccurence(String text)
Finds the last occurence of the specified text and returns it as an Occurence object. |
Methods in se.biltmore.tools.fileeditor that return types with arguments of type Occurence | |
---|---|
List<Occurence> |
TextFileEditor.findAllBlankLines()
Finds all blank lines and returns them as a list of Occurence objects. |
List<Occurence> |
TextFileEditor.findAllLinesMatching(String regexp)
Returns a list of Occurence objects for each match. |
List<Occurence> |
TextFileEditor.findAllOccurences(String text)
Returns a list of Occurence objects for each match. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |