Skip navigation links
A F G N O P S T U V 

A

add(Problem.Severity, String, int, int, Exception) - Method in interface org.apache.maven.building.ProblemCollector
Adds the specified problem.

F

FileSource - Class in org.apache.maven.building
Wraps an ordinary File as a source.
FileSource(File) - 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
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.

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 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 CharSequence as 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 URL as 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 org.apache.maven.building.Problem.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.building.Problem.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
A F G N O P S T U V 
Skip navigation links

Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.