public class SetProjectAttributeCommand extends Command
Constructor and Description |
---|
SetProjectAttributeCommand(String project,
String attribute,
String value) |
Modifier and Type | Method and Description |
---|---|
String[] |
buildCommand(String ccmExe)
Return the Synergy command line to execute as an array.
|
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 String[] buildCommand(String ccmExe)
Command
buildCommand
in class Command
public void parseResult(String result)
Command
parseResult
in class Command
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.