public class ConnectUpdateStatusInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
availableUpdateCount |
protected String |
bannerPath |
protected static String |
CONNECT_UNREACHABLE |
protected static String |
EXPIRED |
protected String |
feedUrl |
protected static org.apache.commons.logging.Log |
log |
protected static String |
ONLINE_REGISTERED |
protected boolean |
registered |
protected String |
type |
protected static String |
UNREGISTERED |
Constructor and Description |
---|
ConnectUpdateStatusInfo() |
Modifier and Type | Method and Description |
---|---|
protected static String |
buildFeedUrl(boolean registred) |
protected int |
computeAvailableUpdateCount() |
static ConnectUpdateStatusInfo |
connectServerUnreachable() |
int |
getAvailableUpdateCount() |
String |
getBannerPath() |
String |
getDistributionLabel() |
String |
getDistributionName() |
String |
getDistributionVersion() |
String |
getFeedUrl() |
String |
getIdentifier() |
String |
getType() |
boolean |
isExpired() |
boolean |
isRegistered() |
static ConnectUpdateStatusInfo |
notValid() |
static ConnectUpdateStatusInfo |
ok() |
protected void |
setBannerPath(String bannerName) |
static ConnectUpdateStatusInfo |
unregistered() |
protected static final String UNREGISTERED
protected static final String ONLINE_REGISTERED
protected static final String CONNECT_UNREACHABLE
protected static final String EXPIRED
protected String bannerPath
protected Integer availableUpdateCount
protected boolean registered
protected static org.apache.commons.logging.Log log
public ConnectUpdateStatusInfo()
public static ConnectUpdateStatusInfo unregistered()
public static ConnectUpdateStatusInfo ok()
public static ConnectUpdateStatusInfo connectServerUnreachable()
public static ConnectUpdateStatusInfo notValid()
protected static String buildFeedUrl(boolean registred)
public String getIdentifier()
public String getDistributionLabel()
public String getDistributionName()
public String getDistributionVersion()
protected int computeAvailableUpdateCount()
public String getBannerPath()
protected void setBannerPath(String bannerName)
public int getAvailableUpdateCount()
public String getFeedUrl()
public boolean isRegistered()
public boolean isExpired()
Copyright © 2018 Nuxeo. All rights reserved.