|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.nuxeo.core.resources.model.impl.SiteResource
org.nuxeo.core.resources.model.impl.SiteFile
public class SiteFile
| Field Summary |
|---|
| Fields inherited from interface org.nuxeo.core.resources.model.ISiteResource |
|---|
FILE, FOLDER, SITE |
| Constructor Summary | |
|---|---|
SiteFile(ISite site,
java.lang.String path)
|
|
| Method Summary | |
|---|---|
boolean |
accept(ISiteResourceVisitor visitor,
java.lang.Object context)
Accept a visitor on this node of the resource tree |
int |
getType()
Get the resource type. |
| Methods inherited from class org.nuxeo.core.resources.model.impl.SiteResource |
|---|
create, delete, edit, exists, getContents, getController, getMetadata, getName, getParent, getPath, getSite, getURI, modify |
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
|---|
getAdapter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuxeo.core.resources.model.ISiteResource |
|---|
create, delete, edit, exists, getContents, getMetadata, getName, getParent, getPath, getSite, getURI, modify |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Constructor Detail |
|---|
public SiteFile(ISite site,
java.lang.String path)
| Method Detail |
|---|
public int getType()
ISiteResource
getType in interface ISiteResourcegetType in class SiteResource
public boolean accept(ISiteResourceVisitor visitor,
java.lang.Object context)
ISiteResource
accept in interface ISiteResourceaccept in class SiteResourcevisitor - the visitorcontext - a context object to be used by the visitor or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||