Uses of Class
org.apache.maven.api.model.Reporting.Builder
-
Uses of Reporting.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Reporting.BuilderModifier and TypeMethodDescriptionReporting.Builder.excludeDefaults(String excludeDefaults) Reporting.Builder.importedFrom(InputLocation importedFrom) Reporting.Builder.location(Object key, InputLocation location) static Reporting.BuilderReporting.newBuilder()Creates a newReportingbuilder instance.static Reporting.BuilderReporting.newBuilder(boolean withDefaults) Creates a newReportingbuilder instance using default values or not.static Reporting.BuilderReporting.newBuilder(Reporting from) Creates a newReportingbuilder instance using the specified object as a basis.static Reporting.BuilderReporting.newBuilder(Reporting from, boolean forceCopy) Creates a newReportingbuilder instance using the specified object as a basis.Reporting.Builder.outputDirectory(String outputDirectory) Reporting.Builder.plugins(Collection<ReportPlugin> plugins) Reporting.with()Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.model with parameters of type Reporting.BuilderModifierConstructorDescriptionprotectedReporting(Reporting.Builder builder) Constructor for this class, to be called from its subclasses andReporting.Builder.