Package org.nuxeo.connect.client.status
Class ConnectUpdateStatusInfo
java.lang.Object
org.nuxeo.connect.client.status.ConnectUpdateStatusInfo
Store information about registration and possible updates
- Author:
- Tiry ([email protected])
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static String
buildFeedUrl
(boolean registred) protected int
static ConnectUpdateStatusInfo
int
getType()
boolean
boolean
static ConnectUpdateStatusInfo
notValid()
static ConnectUpdateStatusInfo
ok()
protected void
setBannerPath
(String bannerName) static ConnectUpdateStatusInfo
-
Field Details
-
UNREGISTERED
- See Also:
-
ONLINE_REGISTERED
- See Also:
-
CONNECT_UNREACHABLE
- See Also:
-
EXPIRED
- See Also:
-
type
-
bannerPath
-
availableUpdateCount
-
feedUrl
-
registered
protected boolean registered
-
-
Constructor Details
-
ConnectUpdateStatusInfo
public ConnectUpdateStatusInfo()
-
-
Method Details
-
unregistered
-
ok
-
connectServerUnreachable
-
notValid
-
buildFeedUrl
-
getIdentifier
-
getDistributionLabel
-
getDistributionName
-
getDistributionVersion
-
computeAvailableUpdateCount
protected int computeAvailableUpdateCount() -
getBannerPath
-
setBannerPath
-
getAvailableUpdateCount
public int getAvailableUpdateCount() -
getType
-
getFeedUrl
-
isRegistered
public boolean isRegistered() -
isExpired
public boolean isExpired()
-