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