Modifier and Type | Method and Description |
---|---|
Occurence |
TextFileEditor.findLastOccurence(java.lang.String text)
Finds the last occurence of the specified text and returns it as an Occurence object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Occurence> |
TextFileEditor.findAllBlankLines()
Finds all blank lines and returns them as a list of Occurence objects.
|
java.util.List<Occurence> |
TextFileEditor.findAllLinesMatching(java.lang.String regexp)
Returns a list of Occurence objects for each match.
|
java.util.List<Occurence> |
TextFileEditor.findAllOccurences(java.lang.String text)
Returns a list of Occurence objects for each match.
|
Copyright © 2009-2012. All Rights Reserved.