| Package | Description |
|---|---|
| org.gradle.foundation.output | |
| org.gradle.foundation.output.definitions |
| Modifier and Type | Method and Description |
|---|---|
FileLinkDefinition |
FileLinkDefinitionLord.getMatchingFileLinkDefinition(String text)
This returns the FileLinkDefinition whose search pattern 'matches' (as in 'finds', not 'equals') the specified text.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileLinkDefinition> |
FileLinkDefinitionLord.getFileLinkDefinitions() |
| Constructor and Description |
|---|
FileLink(File file,
int startingIndex,
int endingIndex,
int lineNumber,
FileLinkDefinition matchingDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionFileLinkDefinition
This is a basic FileLinkDefinition that uses a file's extension and assumes the file is at the beginning of the line.
|
class |
OptionalLineNumberFileLinkDefinition
This is just like BasicFileLinkDefinition except that the line number delimiter is optional and it allows spaces between the file and the delimiter.
|
class |
PrefixedFileLinkDefinition
This is a basic FileLinkDefinition that uses a prefix, file extension to identify files.
|
class |
TestReportFileLinkDefinition
This is a special FileLinkDefinition for handling test reports.
|
Copyright © 2013. All rights reserved