public class GetWorkspaceStatusCommand extends Object implements ParseableCommand<ObjectSpec>, Command
Constructor and Description |
---|
GetWorkspaceStatusCommand(String workspacePath) |
Modifier and Type | Method and Description |
---|---|
MaskedArgumentListBuilder |
getArguments()
Returns the arguments to be sent to the cm command line client
|
ObjectSpec |
parse(Reader r)
Returns data from parsing the command line client output in reader
|
public GetWorkspaceStatusCommand(String workspacePath)
public MaskedArgumentListBuilder getArguments()
Command
getArguments
in interface Command
public ObjectSpec parse(Reader r) throws IOException
ParseableCommand
parse
in interface ParseableCommand<ObjectSpec>
r
- reader containing the output from the command line clientIOException
- thrown if there was a problem reading the data from the readerCopyright © 2016–2023. All rights reserved.