Uses of Class
com.github.ferstl.maven.pomenforcers.ErrorReport
Packages that use ErrorReport
-
Uses of ErrorReport in com.github.ferstl.maven.pomenforcers
Methods in com.github.ferstl.maven.pomenforcers that return ErrorReportModifier and TypeMethodDescriptionErrorReport.addDiff(Collection<String> actual, Collection<String> required, String leftTitle, String rightTitle) <T> ErrorReportErrorReport.addDiff(Collection<T> actual, Collection<T> required, String leftTitle, String rightTitle, Function<? super T, String> toStringFunction) <T> ErrorReportErrorReport.addDiffUsingToString(Collection<T> actual, Collection<T> required, String leftTitle, String rightTitle) ErrorReport.emptyLine()ErrorReport.formatLine(String line, Object... params) ErrorReport.useLargeTitle()Methods in com.github.ferstl.maven.pomenforcers with parameters of type ErrorReportModifier and TypeMethodDescriptionprotected abstract voidAbstractPedanticEnforcer.doEnforce(ErrorReport report) protected voidCompoundPedanticEnforcer.doEnforce(ErrorReport report) protected voidPedanticDependencyConfigurationEnforcer.doEnforce(ErrorReport report) protected voidPedanticDependencyElementEnforcer.doEnforce(ErrorReport report) protected voidPedanticDependencyManagementLocationEnforcer.doEnforce(ErrorReport report) protected voidPedanticDependencyScopeEnforcer.doEnforce(ErrorReport report) protected voidPedanticModuleOrderEnforcer.doEnforce(ErrorReport report) protected voidPedanticPluginConfigurationEnforcer.doEnforce(ErrorReport report) protected voidPedanticPluginElementEnforcer.doEnforce(ErrorReport report) protected voidPedanticPluginManagementLocationEnforcer.doEnforce(ErrorReport report) protected voidPedanticPluginManagementOrderEnforcer.doEnforce(ErrorReport report) protected voidPedanticPomSectionOrderEnforcer.doEnforce(ErrorReport report) protected voidPedanticDependencyManagementOrderEnforcer.reportError(ErrorReport report, Collection<DependencyModel> resolvedDependencies, Collection<DependencyModel> sortedDependencies) protected voidPedanticDependencyOrderEnforcer.reportError(ErrorReport report, Collection<DependencyModel> resolvedDependencies, Collection<DependencyModel> sortedDependencies)