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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringbuildFeedUrl(boolean registred) protected intstatic ConnectUpdateStatusInfointgetType()booleanbooleanstatic ConnectUpdateStatusInfonotValid()static ConnectUpdateStatusInfook()protected voidsetBannerPath(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()
-