| Package | Description |
|---|---|
| org.gradle.foundation.output | |
| org.gradle.foundation.output.definitions | |
| org.gradle.gradleplugin.userinterface.swing.generic |
| Modifier and Type | Method and Description |
|---|---|
FileLink |
LiveOutputParser.getFileLink(int index)
This gets the fileLink at the specified index in the text.
|
FileLink |
LiveOutputParser.getNextFileLink(int caretLocation)
Returns the next file link relative to the caret location.
|
FileLink |
LiveOutputParser.getPreviousFileLink(int caretLocation)
Returns the previous file link relative to the caret location.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileLink> |
LiveOutputParser.appendText(String text) |
List<FileLink> |
LiveOutputParser.getFileLinks() |
List<FileLink> |
OutputParser.parseText(String text)
This parses the text looking for file links
|
| Modifier and Type | Method and Description |
|---|---|
int |
TestReportFileLinkDefinition.parseFileLink(String fullSearchTest,
String matchedText,
int start,
int end,
boolean verifyFileExists,
List<FileLink> fileLinks)
This is called for each match.
|
int |
PrefixedFileLinkDefinition.parseFileLink(String fullSearchTest,
String matchedText,
int start,
int end,
boolean verifyFileExists,
List<FileLink> fileLinks)
This is called for each match.
|
int |
FileLinkDefinition.parseFileLink(String fullSearchText,
String matchedText,
int start,
int end,
boolean verifyFileExists,
List<FileLink> fileLinks)
This is called for each match.
|
int |
ExtensionFileLinkDefinition.parseFileLink(String fullSearchTest,
String matchedText,
int start,
int end,
boolean verifyFileExists,
List<FileLink> fileLinks)
This is called for each match.
|
| Modifier and Type | Method and Description |
|---|---|
FileLink |
OutputTextPane.getFileLinkAt(Point point)
Returns the FileLink at the specified point.
|
FileLink |
OutputTextPane.getNextFileLink()
Returns the next file link relative to the specified file link.
|
FileLink |
OutputTextPane.getPreviousFileLink()
Returns the previous file link relative to the specified file link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputTextPane.selectFileLink(FileLink fileLink)
Selects and scrolls to the specified file link
|
Copyright © 2013. All rights reserved