Package aQute.bnd.build
Class ProjectBuilder.BuildInfoImpl
- java.lang.Object
-
- aQute.libg.reporter.ReporterAdapter
-
- aQute.bnd.build.ProjectBuilder.BuildInfoImpl
-
- Enclosing class:
- ProjectBuilder
static class ProjectBuilder.BuildInfoImpl extends ReporterAdapter implements BuildInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface aQute.service.reporter.Report
Report.Location
-
Nested classes/interfaces inherited from interface aQute.service.reporter.Reporter
Reporter.SetLocation
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<ProjectBuilder.ArtifactInfoImpl>
artifacts
(package private) Project
project
-
Constructor Summary
Constructors Constructor Description BuildInfoImpl(Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ArtifactInfo>
getArtifactInfos()
Get the build artifactsProject
getProject()
The associated project.java.lang.String
toString()
-
Methods inherited from class aQute.libg.reporter.ReporterAdapter
addErrors, addWarnings, check, error, exception, getErrors, getInfo, getInfo, getLocation, getMessages, getOut, getWarnings, isExceptions, isOk, isPedantic, isPerfect, isTrace, progress, report, run, setExceptions, setPedantic, setTrace, trace, warning
-
-
-
-
Field Detail
-
artifacts
final java.util.List<ProjectBuilder.ArtifactInfoImpl> artifacts
-
project
final Project project
-
-
Constructor Detail
-
BuildInfoImpl
BuildInfoImpl(Project project) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
getArtifactInfos
public java.util.List<ArtifactInfo> getArtifactInfos()
Description copied from interface:BuildInfo
Get the build artifacts- Specified by:
getArtifactInfos
in interfaceBuildInfo
-
getProject
public Project getProject()
Description copied from interface:BuildInfo
The associated project. Not this is a snapshot so the project might have moved on.- Specified by:
getProject
in interfaceBuildInfo
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-