public class QuarkusAddExtension extends QuarkusPlatformTask
| Constructor and Description |
|---|
QuarkusAddExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension() |
protected void |
doExecute(io.quarkus.cli.commands.QuarkusCommandInvocation invocation) |
java.util.List<java.lang.String> |
getExtensionsToAdd() |
void |
setExtensionsToAdd(java.util.List<java.lang.String> extensionsToAdd) |
executegetBuildSystemPropertiesappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getSharedResources, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, requiresResource, requiresResource, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void setExtensionsToAdd(java.util.List<java.lang.String> extensionsToAdd)
@Input public java.util.List<java.lang.String> getExtensionsToAdd()
public void addExtension()
protected void doExecute(io.quarkus.cli.commands.QuarkusCommandInvocation invocation)
doExecute in class QuarkusPlatformTask