|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.parser.TaskScanner
public class TaskScanner
Scans a given input stream for open tasks.
| Constructor Summary | |
|---|---|
TaskScanner()
Creates a new instance of TaskScanner. |
|
TaskScanner(String high,
String normal,
String low,
boolean ignoreCase)
Creates a new instance of TaskScanner. |
|
| Method Summary | |
|---|---|
Collection<Task> |
scan(Reader reader)
Scans the specified input stream for open tasks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskScanner()
TaskScanner.
public TaskScanner(String high,
String normal,
String low,
boolean ignoreCase)
TaskScanner.
high - tag identifiers indicating high prioritynormal - tag identifiers indicating normal prioritylow - tag identifiers indicating low priorityignoreCase - if case should be ignored during matching| Method Detail |
|---|
public Collection<Task> scan(Reader reader)
throws IOException
reader - the file to scan
IOException - if we can't read the file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||