Class RemoteServiceTool<T extends Annotation>

Direct Known Subclasses:
FetchTool, ManifestTool, PushTool

public abstract class RemoteServiceTool<T extends Annotation> extends ToolBase.ConfiguredCliTool<T>
Base class for all CLI tools which need to access a remote service. Figuring out the RemoteService based on command line arguments is don entirely here.