Package io.apicurio.registry.cli.admin
Class ExportCommand
- java.lang.Object
-
- io.apicurio.registry.cli.AbstractCommand
-
- io.apicurio.registry.cli.admin.ExportCommand
-
- All Implemented Interfaces:
Runnable
public class ExportCommand extends AbstractCommand
- Author:
- Fabian Martinez
-
-
Field Summary
-
Fields inherited from class io.apicurio.registry.cli.AbstractCommand
log, mapper
-
-
Constructor Summary
Constructors Constructor Description ExportCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class io.apicurio.registry.cli.AbstractCommand
getClient, println
-
-
-
-
Method Detail
-
run
public void run()
- See Also:
Runnable.run()
-
-