Package io.apicurio.registry.cli.admin
Class ImportCommand
- java.lang.Object
-
- io.apicurio.registry.cli.AbstractCommand
-
- io.apicurio.registry.cli.admin.ImportCommand
-
- All Implemented Interfaces:
Runnable
public class ImportCommand extends AbstractCommand
- Author:
- Fabian Martinez
-
-
Field Summary
-
Fields inherited from class io.apicurio.registry.cli.AbstractCommand
log, mapper
-
-
Constructor Summary
Constructors Constructor Description ImportCommand()
-
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()
-
-