Package io.micronaut.starter.cli.feature
Class FeatureDiffCommand
java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.CodeGenCommand
io.micronaut.starter.cli.feature.FeatureDiffCommand
- All Implemented Interfaces:
 ConsoleOutput,Callable<Integer>
- 
Field Summary
FieldsFields inherited from class io.micronaut.starter.cli.command.CodeGenCommand
beanContext, config, consoleOutput, outputHandlerSupplier, overwriteFields inherited from class io.micronaut.starter.cli.command.BaseCommand
commonOptions, specFields inherited from interface io.micronaut.starter.io.ConsoleOutput
NOOP - 
Constructor Summary
ConstructorsConstructorDescriptionFeatureDiffCommand(CodeGenConfig config, ProjectGenerator projectGenerator, FeatureDiffer featureDiffer)  - 
Method Summary
Methods inherited from class io.micronaut.starter.cli.command.CodeGenCommand
err, getCommand, getProject, getTemplateRenderer, getTemplateRenderer, out, setBeanContext, warningMethods inherited from class io.micronaut.starter.cli.command.BaseCommand
errWriter, getOperatingSystem, getSpec, green, outWriter, red, showStacktrace, verbose 
- 
Field Details
- 
features
 
 - 
 - 
Constructor Details
- 
FeatureDiffCommand
@Inject public FeatureDiffCommand(@Parameter CodeGenConfig config, ProjectGenerator projectGenerator, FeatureDiffer featureDiffer)  
 - 
 - 
Method Details
- 
applies
public boolean applies()- Specified by:
 appliesin classCodeGenCommand
 - 
call
- Throws:
 Exception
 
 -