- getColumnNumber() - Method in interface org.apache.maven.building.Problem
-
Gets the one-based index of the column containing the problem.
- getContent() - Method in class org.apache.maven.building.StringSource
-
Gets the content of this source.
- getException() - Method in interface org.apache.maven.building.Problem
-
Gets the exception that caused this problem (if any).
- getFile() - Method in class org.apache.maven.building.FileSource
-
Gets the file of this source.
- getInputStream() - Method in class org.apache.maven.building.FileSource
-
- getInputStream() - Method in interface org.apache.maven.building.Source
-
Gets a byte stream to the source contents.
- getInputStream() - Method in class org.apache.maven.building.StringSource
-
- getInputStream() - Method in class org.apache.maven.building.UrlSource
-
- getLineNumber() - Method in interface org.apache.maven.building.Problem
-
Gets the one-based index of the line containing the problem.
- getLocation() - Method in class org.apache.maven.building.FileSource
-
- getLocation() - Method in interface org.apache.maven.building.Problem
-
Gets the location of the problem.
- getLocation() - Method in interface org.apache.maven.building.Source
-
Provides a user-friendly hint about the location of the source.
- getLocation() - Method in class org.apache.maven.building.StringSource
-
- getLocation() - Method in class org.apache.maven.building.UrlSource
-
- getMessage() - Method in interface org.apache.maven.building.Problem
-
Gets the message that describes this problem.
- getProblems() - Method in interface org.apache.maven.building.ProblemCollector
-
- getSeverity() - Method in interface org.apache.maven.building.Problem
-
Gets the severity level of this problem.
- getSource() - Method in interface org.apache.maven.building.Problem
-
Gets the hint about the source of the problem.
- getUrl() - Method in class org.apache.maven.building.UrlSource
-
Gets the URL of this source.