|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Site content provider. A site content provider is an abstraction of each site internal organization. It allows the site content to be accessed in a standard way regardless of the internal organization. All concrete site implementations need to implement a site content provider.
Clients may implement this interface. However, in most cases clients should directly instantiate or subclass the provided implementation of this interface.
SiteContentProvider
Method Summary | |
URL |
getArchiveReference(String id)
Returns a URL for the identified archive |
ISite |
getSite()
Returns the site for this provider |
URL |
getURL()
Returns the URL of this site |
void |
setSite(ISite site)
Sets the site for this provider. |
Method Detail |
public URL getURL()
public URL getArchiveReference(String id) throws CoreException
id
- archive identifiernull
.CoreException
- public ISite getSite()
public void setSite(ISite site)
site
- provider site
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |