public abstract static class ByteBuddyMojo.ForProductionTypes extends ByteBuddyMojo
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteBuddyMojo.ForProductionTypes.WithExtendedDependencies
A Byte Buddy plugin that transforms a project's production class files where all scopes but the test scope are included.
|
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.Coordinate, ByteBuddyMojo.ForProductionTypes, ByteBuddyMojo.ForTestTypes, ByteBuddyMojo.MavenBuildLogger, ByteBuddyMojo.StalenessFilter, ByteBuddyMojo.TransformationLogger, ByteBuddyMojo.TransformerclassPathDiscovery, context, discovery, execution, extendedParsing, failFast, failOnLiveInitializer, incremental, initialization, project, repositorySystem, repositorySystemSession, skip, staleMilliseconds, 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, getClassPathElementsgetLog, getPluginContext, setLog, setPluginContextprotected String getOutputDirectory()
ByteBuddyMojogetOutputDirectory in class ByteBuddyMojo@MaybeNull protected String getSourceDirectory()
ByteBuddyMojogetSourceDirectory in class ByteBuddyMojoCopyright © 2014–2023. All rights reserved.