public class ByteBuddyTaskExtension extends AbstractByteBuddyTaskExtension<ByteBuddyTask>
| Constructor and Description |
|---|
ByteBuddyTaskExtension()
Creates a new Byte Buddy task extension.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConfigure(ByteBuddyTask task)
Applies any extension-specific properties.
|
IncrementalResolver |
getIncrementalResolver()
Returns the incremental builder to apply or
null if no incremental build should be applied. |
void |
setIncrementalResolver(IncrementalResolver incrementalResolver)
Sets the incremental builder to apply or
null if no incremental build should be applied. |
configure, getEntryPoint, getSuffix, getThreads, getTransformations, isExtendedParsing, isFailFast, isFailOnLiveInitializer, isWarnOnEmptyTypeSet, setEntryPoint, setExtendedParsing, setFailFast, setFailOnLiveInitializer, setSuffix, setThreads, setWarnOnEmptyTypeSet, transformationpublic ByteBuddyTaskExtension()
public IncrementalResolver getIncrementalResolver()
null if no incremental build should be applied.null if no incremental build should be applied.public void setIncrementalResolver(IncrementalResolver incrementalResolver)
null if no incremental build should be applied.incrementalResolver - The incremental builder to apply or null if no incremental build should be applied.protected void doConfigure(ByteBuddyTask task)
AbstractByteBuddyTaskExtensiondoConfigure in class AbstractByteBuddyTaskExtension<ByteBuddyTask>task - The task to configure.