Index
All Classes and Interfaces|All Packages
A
- add(Problem.Severity, String, int, int, Exception) - Method in interface org.apache.maven.building.ProblemCollector
 - 
Adds the specified problem.
 
E
- equals(Object) - Method in class org.apache.maven.building.FileSource
 - equals(Object) - Method in class org.apache.maven.building.StringSource
 - equals(Object) - Method in class org.apache.maven.building.UrlSource
 - ERROR - Enum constant in enum class org.apache.maven.building.Problem.Severity
 
F
- FATAL - Enum constant in enum class org.apache.maven.building.Problem.Severity
 - FileSource - Class in org.apache.maven.building
 - 
Wraps an ordinary
Fileas a source. - FileSource(File) - Constructor for class org.apache.maven.building.FileSource
 - 
Deprecated.
 - FileSource(Path) - Constructor for class org.apache.maven.building.FileSource
 - 
Creates a new source backed by the specified file.
 
G
- 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
 - 
Deprecated.Use
FileSource.getPath()instead. - 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.
 - getPath() - Method in class org.apache.maven.building.FileSource
 - 
Gets the file of this source.
 - 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.
 
H
- hashCode() - Method in class org.apache.maven.building.FileSource
 - hashCode() - Method in class org.apache.maven.building.StringSource
 - hashCode() - Method in class org.apache.maven.building.UrlSource
 
N
- newInstance(List<Problem>) - Static method in class org.apache.maven.building.ProblemCollectorFactory
 - 
The default implementation is not visible, create it with this factory
 
O
- org.apache.maven.building - package org.apache.maven.building
 
P
- Problem - Interface in org.apache.maven.building
 - 
Describes a problem that was encountered during settings building.
 - Problem.Severity - Enum Class in org.apache.maven.building
 - 
The different severity levels for a problem, in decreasing order.
 - ProblemCollector - Interface in org.apache.maven.building
 - 
Collects problems that are encountered during settings building.
 - ProblemCollectorFactory - Class in org.apache.maven.building
 - ProblemCollectorFactory() - Constructor for class org.apache.maven.building.ProblemCollectorFactory
 
S
- setSource(String) - Method in interface org.apache.maven.building.ProblemCollector
 - 
The next messages will be bound to this source.
 - Source - Interface in org.apache.maven.building
 - 
Provides access to the contents of a source independently of the backing store (e.g.
 - StringSource - Class in org.apache.maven.building
 - 
Wraps an ordinary
CharSequenceas a source. - StringSource(CharSequence) - Constructor for class org.apache.maven.building.StringSource
 - 
Creates a new source backed by the specified string.
 - StringSource(CharSequence, String) - Constructor for class org.apache.maven.building.StringSource
 - 
Creates a new source backed by the specified string.
 
T
- toString() - Method in class org.apache.maven.building.FileSource
 - toString() - Method in class org.apache.maven.building.StringSource
 - toString() - Method in class org.apache.maven.building.UrlSource
 
U
- UrlSource - Class in org.apache.maven.building
 - 
Wraps an ordinary
URLas a source. - UrlSource(URL) - Constructor for class org.apache.maven.building.UrlSource
 - 
Creates a new source backed by the specified URL.
 
V
- valueOf(String) - Static method in enum class org.apache.maven.building.Problem.Severity
 - 
Returns the enum constant of this class with the specified name.
 - values() - Static method in enum class org.apache.maven.building.Problem.Severity
 - 
Returns an array containing the constants of this enum class, in the order they are declared.
 
W
- WARNING - Enum constant in enum class org.apache.maven.building.Problem.Severity
 
All Classes and Interfaces|All Packages
FileSource(Path)instead.