|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IPlatformConfiguration.ISiteEntry
Configuration entry representing an install site.
Method Summary | |
---|---|
long |
getChangeStamp()
Returns a stamp reflecting the current state of the site. |
java.lang.String[] |
getFeatures()
Returns a list of features visible on the site. |
long |
getFeaturesChangeStamp()
Deprecated. Do not use this method |
java.lang.String[] |
getPlugins()
Returns a list of plug-ins visible on the site. |
long |
getPluginsChangeStamp()
Deprecated. Do not use this method |
IPlatformConfiguration.ISitePolicy |
getSitePolicy()
Returns the policy for this site |
java.net.URL |
getURL()
Returns the URL for this site |
boolean |
isNativelyLinked()
Returns an indication whether the site represents an install site that has been linked via a native installer (using the links/ |
boolean |
isUpdateable()
Returns an indication whether the site can be updated. |
void |
setSitePolicy(IPlatformConfiguration.ISitePolicy policy)
Sets the site policy |
Method Detail |
---|
java.net.URL getURL()
IPlatformConfiguration.ISitePolicy getSitePolicy()
void setSitePolicy(IPlatformConfiguration.ISitePolicy policy)
policy
- site policyjava.lang.String[] getFeatures()
java.lang.String[] getPlugins()
long getChangeStamp()
long getFeaturesChangeStamp()
long getPluginsChangeStamp()
boolean isUpdateable()
true
if site can be updated, false
otherwiseboolean isNativelyLinked()
true
if the site is linked, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |