Package uk.co.ractf.polaris.apiclient
Class AbstractCommand<T>
- java.lang.Object
-
- uk.co.ractf.polaris.apiclient.AbstractCommand<T>
-
- Direct Known Subclasses:
NamespaceCreateCommand,NamespaceDeleteCommand,NamespaceGetCommand,NamespaceListCommand,NamespaceUpdateCommand,PingCommand,TaskCreateCommand,TaskDeleteCommand,TaskGetCommand,TaskListCommand,TaskUpdateCommand
public abstract class AbstractCommand<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected APIClientTransportapiClientTransport
-
Constructor Summary
Constructors Constructor Description AbstractCommand(APIClientTransport apiClientTransport)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Texec()
-
-
-
Field Detail
-
apiClientTransport
protected final APIClientTransport apiClientTransport
-
-
Constructor Detail
-
AbstractCommand
public AbstractCommand(APIClientTransport apiClientTransport)
-
-
Method Detail
-
exec
public abstract T exec()
-
-