public class UpdateCommand extends Command
Modifier and Type | Field and Description |
---|---|
static String |
PROJECT |
static String |
PROJECT_GROUPING |
Constructor and Description |
---|
UpdateCommand(String type,
String project,
boolean replaceSubprojects) |
Modifier and Type | Method and Description |
---|---|
String[] |
buildCommand(String ccmExe)
Return the Synergy command line to execute as an array.
|
Collection<Conflict> |
getConflicts() |
String |
getPgName() |
List<String> |
getUpdates() |
boolean |
isStatusOK(int status) |
boolean |
isUpdateWarningsExists() |
void |
parseResult(String result)
Parse the command result.
|
buildMask, isStatusOK
public static final String PROJECT
public static final String PROJECT_GROUPING
public void parseResult(String result)
Command
parseResult
in class Command
public String[] buildCommand(String ccmExe)
Command
buildCommand
in class Command
public boolean isStatusOK(int status)
public Collection<Conflict> getConflicts()
public boolean isUpdateWarningsExists()
public String getPgName()
Copyright © 2008-2013. All Rights Reserved.