Uses of Record Class
org.apache.maven.api.cli.Logger.Entry
Packages that use Logger.Entry
Package
Description
Provides the API for Maven's command-line interface and tools.
Provides early-stage logging capabilities for Maven CLI operations.
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
-
Uses of Logger.Entry in org.apache.maven.api.cli
Methods in org.apache.maven.api.cli that return types with arguments of type Logger.EntryModifier and TypeMethodDescriptiondefault List<Logger.Entry>
Logger.drain()
If this is an accumulating log, it will "drain" this instance. -
Uses of Logger.Entry in org.apache.maven.api.cli.logging
Methods in org.apache.maven.api.cli.logging that return types with arguments of type Logger.Entry -
Uses of Logger.Entry in org.apache.maven.cling.invoker
Method parameters in org.apache.maven.cling.invoker with type arguments of type Logger.EntryModifier and TypeMethodDescriptionprotected void
LookupInvoker.printErrors
(C context, boolean showStackTrace, List<Logger.Entry> entries, Logger logger)