public abstract static class ByteBuddyMojo.ForProductionTypes extends ByteBuddyMojo
Modifier and Type | Class and Description |
---|---|
static class |
ByteBuddyMojo.ForProductionTypes.WithoutRuntimeDependencies
A Byte Buddy plugin that transforms a project's production class files where runtime class
path elements are not included.
|
static class |
ByteBuddyMojo.ForProductionTypes.WithRuntimeDependencies
A Byte Buddy plugin that transforms a project's production class files where runtime class
path elements are included.
|
ByteBuddyMojo.ForProductionTypes, ByteBuddyMojo.ForTestTypes, ByteBuddyMojo.MavenBuildLogger, ByteBuddyMojo.TransformationLogger, ByteBuddyMojo.Transformer
context, discovery, extendedParsing, failFast, failOnLiveInitializer, incremental, initialization, project, repositorySystem, repositorySystemSession, skip, suffix, threads, transformations, warnOnEmptyTypeSet, warnOnMissingOutputDirectory
Constructor and Description |
---|
ForProductionTypes() |
Modifier and Type | Method and Description |
---|---|
protected String |
getOutputDirectory()
Returns the output directory to search for class files.
|
protected String |
getSourceDirectory()
Returns the source directory that determines the class files to process.
|
execute, getClassPathElements
protected String getOutputDirectory()
ByteBuddyMojo
getOutputDirectory
in class ByteBuddyMojo
protected String getSourceDirectory()
ByteBuddyMojo
getSourceDirectory
in class ByteBuddyMojo
Copyright © 2014–2022. All rights reserved.