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)
CommandbuildCommand in class Commandpublic void parseResult(String result)
CommandparseResult in class Commandpublic String getValue()
public boolean isStatusOK(int status,
String output)
CommandisStatusOK in class Commandstatus - The ccm process return codeoutput - The ccm process outputCopyright © 2008-2013. All Rights Reserved.