Uses of Interface
net.bytebuddy.build.BuildLogger
Packages that use BuildLogger
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of BuildLogger in net.bytebuddy.build
Classes in net.bytebuddy.build that implement BuildLoggerModifier and TypeClassDescriptionstatic classAn abstract adapter implementation for a build logger.static classA compound build logger.static enumA non-operational build logger that discards all statements.static classA build logger that writes all statements to aPrintStream.Fields in net.bytebuddy.build with type parameters of type BuildLoggerModifier and TypeFieldDescriptionprivate final List<BuildLogger> BuildLogger.Compound.buildLoggersThe build loggers to delegate to.Methods in net.bytebuddy.build that return BuildLoggerModifier and TypeMethodDescriptionstatic BuildLoggerBuildLogger.StreamWriting.toSystemError()Creates a build logger that writes toSystem.err.static BuildLoggerBuildLogger.StreamWriting.toSystemOut()Creates a build logger that writes toSystem.out.Constructors in net.bytebuddy.build with parameters of type BuildLoggerModifierConstructorDescriptionCompound(BuildLogger... buildLogger) Creates a new compound build logger.Constructor parameters in net.bytebuddy.build with type arguments of type BuildLoggerModifierConstructorDescriptionCompound(List<? extends BuildLogger> buildLoggers) Creates a new compound build logger. -
Uses of BuildLogger in net.bytebuddy.build.maven
Classes in net.bytebuddy.build.maven that implement BuildLoggerModifier and TypeClassDescriptionprotected static classABuildLoggerimplementation for a MavenLog.