Package io.apicurio.registry.cli
Class CUCommand
- java.lang.Object
-
- io.apicurio.registry.cli.AbstractCommand
-
- io.apicurio.registry.cli.GroupCommand
-
- io.apicurio.registry.cli.ArtifactCommand
-
- io.apicurio.registry.cli.CUCommand
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
CUArtifactCommand
,CUJsonCommand
public abstract class CUCommand extends ArtifactCommand
- Author:
- Ales Justin
-
-
Field Summary
-
Fields inherited from class io.apicurio.registry.cli.AbstractCommand
log, mapper
-
-
Constructor Summary
Constructors Constructor Description CUCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
run()
protected abstract Object
run(InputStream data)
-
Methods inherited from class io.apicurio.registry.cli.AbstractCommand
getClient, println
-
-
-
-
Method Detail
-
run
protected abstract Object run(InputStream data) throws IOException
- Throws:
IOException
-
run
public void run()
-
-