public class GetProjectAttributeCommand extends Command
Modifier and Type | Field and Description |
---|---|
static String |
MAINTAIN_WORKAREA |
static String |
RELATIVE |
static String |
WORKAREA_PATH |
Constructor and Description |
---|
GetProjectAttributeCommand(String project,
String attribute) |
Modifier and Type | Method and Description |
---|---|
String[] |
buildCommand(String ccmExe)
Return the Synergy command line to execute as an array.
|
String |
getValue() |
boolean |
isStatusOK(int status,
String output)
Return true if the given return status is ok for the command.
|
void |
parseResult(String result)
Parse the command result.
|
public static final String MAINTAIN_WORKAREA
public static final String RELATIVE
public static final String WORKAREA_PATH
public String[] buildCommand(String ccmExe)
Command
buildCommand
in class Command
public void parseResult(String result)
Command
parseResult
in class Command
public String getValue()
public boolean isStatusOK(int status, String output)
Command
isStatusOK
in class Command
status
- The ccm process return codeoutput
- The ccm process outputCopyright © 2008-2013. All Rights Reserved.