Package org.openapitools.codegen.cmd
Class GenerateBatch
- java.lang.Object
-
- org.openapitools.codegen.cmd.OpenApiGeneratorCommand
-
- org.openapitools.codegen.cmd.GenerateBatch
-
- All Implemented Interfaces:
Runnable
@Command(name="batch", description="Generate code in batch via external configs.") public class GenerateBatch extends OpenApiGeneratorCommand
-
-
Field Summary
-
Fields inherited from class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
buildInfo, global, globalOptions
-
-
Constructor Summary
Constructors Constructor Description GenerateBatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread.-
Methods inherited from class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
run
-
-
-
-
Method Detail
-
execute
public void execute()
When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread.The general contract of the method
run
is that it may take any action whatsoever.- See Also:
Thread.run()
-
-