Package | Description |
---|---|
org.netbeans.modules.parsing.api |
Support for calling of high priority parser based user tasks in multi
language environment.
|
Modifier and Type | Method and Description |
---|---|
static void |
ParserManager.parse(Collection<Source> sources,
UserTask userTask)
Priority request for parsing of list of
Source s. |
static void |
ParserManager.parse(String mimeType,
UserTask userTask)
Runs given task in parser thread.
|
static Future<Void> |
ParserManager.parseWhenScanFinished(Collection<Source> sources,
UserTask userTask)
Performs the given task when the scan finished.
|
static Future<Void> |
ParserManager.parseWhenScanFinished(String mimeType,
UserTask userTask)
Performs the given task when the scan finished.
|