|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDOResourceNode
A representation of the model object 'CDO Resource Node'.
The following features are supported:
EresourcePackage.getCDOResourceNode()| Field Summary | |
|---|---|
static java.lang.String |
ROOT_NAME
|
static java.lang.String |
ROOT_PATH
|
| Method Summary | |
|---|---|
void |
delete(java.util.Map<?,?> options)
deletes the resource using the specified options, unloads
it, and then removes it from the containing resource set. |
CDOResourceFolder |
getFolder()
Returns the value of the 'Folder' container reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getPath()
Returns the value of the 'Path' attribute. |
org.eclipse.emf.common.util.URI |
getURI()
|
boolean |
isRoot()
|
void |
setFolder(CDOResourceFolder value)
Sets the value of the ' Folder' container
reference.
|
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute.
|
void |
setPath(java.lang.String value)
Sets the value of the ' Path' attribute.
|
| Methods inherited from interface org.eclipse.emf.cdo.CDOObject |
|---|
cdoConflict, cdoDirectResource, cdoID, cdoInvalid, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String ROOT_PATH
static final java.lang.String ROOT_NAME
| Method Detail |
|---|
boolean isRoot()
CDOResourceFolder getFolder()
Nodes'.
If the meaning of the 'Folder' container reference isn't clear, there really should be more of a description here...
setFolder(CDOResourceFolder),
EresourcePackage.getCDOResourceNode_Folder(),
CDOResourceFolder.getNodes()void setFolder(CDOResourceFolder value)
Folder' container
reference.
value - the new value of the 'Folder' container reference.getFolder()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
EresourcePackage.getCDOResourceNode_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String),
EresourcePackage.getCDOResourceNode_Path()void setPath(java.lang.String value)
Path' attribute.
value - the new value of the 'Path' attribute.getPath()org.eclipse.emf.common.util.URI getURI()
void delete(java.util.Map<?,?> options)
throws java.io.IOException
deletes the resource using the specified options, unloads
it, and then removes it from the containing resource set.
Options are handled generically as feature-to-setting entries; the resource will ignore options it doesn't recognize. The options could even include things like an Eclipse progress monitor...
An implementation typically uses the URI converter of the
containing resource set to URIConverter.delete(URI, Map) the resource's
URI.
java.io.IOException
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||