Package dev.enola.cli
Class CommandWithIRI
- Direct Known Subclasses:
GetCommand
-
Field Summary
FieldsFields inherited from class dev.enola.cli.CommandWithModel
esp, templateServiceFields inherited from class dev.enola.cli.CommandWithResourceProvider
rp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidprotected abstract voidrun(EnolaServiceGrpc.EnolaServiceBlockingStub service, String eri) protected voidwrite(com.google.protobuf.Message thing) Methods inherited from class dev.enola.cli.CommandWithModel
getMetadataProvider, runMethods inherited from class dev.enola.cli.CommandWithResourceProviderAndLoader
loader, setupMethods inherited from class dev.enola.cli.CommandWithResourceProvider
call
-
Field Details
-
enolaMessages
-
-
Constructor Details
-
CommandWithIRI
public CommandWithIRI()
-
-
Method Details
-
run
- Specified by:
runin classCommandWithModel- Throws:
Exception
-
run
protected abstract void run(EnolaServiceGrpc.EnolaServiceBlockingStub service, String eri) throws Exception - Throws:
Exception
-
write
- Throws:
IOException
-