Package org.eclipse.emf.cdo.eresource
Schnittstelle CDOResourceNode
- Alle bekannten Unterschnittstellen:
CDOBinaryResource
,CDOFileResource<IO>
,CDOResource
,CDOResourceFolder
,CDOResourceLeaf
,CDOTextResource
,InternalCDOResource
- Alle bekannten Implementierungsklassen:
CDOBinaryResourceImpl
,CDOFileResourceImpl
,CDOResourceFolderImpl
,CDOResourceImpl
,CDOResourceLeafImpl
,CDOResourceNodeImpl
,CDOTextResourceImpl
A representation of the model object 'CDO Resource Node'.
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Returns the value of the 'Folder' container reference.getName()
Returns the value of the 'Name' attribute.getPath()
Returns the value of the 'Path' attribute.getURI()
boolean
isRoot()
void
setBasename
(String basename) void
setExtension
(String extension) void
setFolder
(CDOResourceFolder value) Sets the value of the 'Folder
' container reference.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Path
' attribute.Same asgetBasename()
.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Felddetails
-
ROOT_PATH
- Seit:
- 2.0
- Siehe auch:
- Added
-
ROOT_NAME
- Seit:
- 2.0
- Added
-
-
Methodendetails
-
isRoot
boolean isRoot()- Seit:
- 2.0
- Added
-
getFolder
CDOResourceFolder getFolder()Returns the value of the 'Folder' container reference. It is bidirectional and its opposite is 'Nodes
'.If the meaning of the 'Folder' container reference isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Folder' container reference.
- Siehe auch:
- Generated
- Model
- opposite="nodes" transient="false"
-
setFolder
Sets the value of the 'Folder
' container reference.- Parameter:
value
- the new value of the 'Folder' container reference.- Siehe auch:
- Generated
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Name' attribute.
- Siehe auch:
- Generated
- Model
- annotation="http://www.eclipse.org/CDO/DBStore columnType='VARCHAR' columnLength='255'"
-
setName
Sets the value of the 'Name
' attribute.- Parameter:
value
- the new value of the 'Name' attribute.- Siehe auch:
- Generated
-
getPath
String getPath()Returns the value of the 'Path' attribute.If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Path' attribute.
- Siehe auch:
- Generated
- Model
- transient="true" volatile="true" derived="true"
-
setPath
Sets the value of the 'Path
' attribute.- Parameter:
value
- the new value of the 'Path' attribute.- Siehe auch:
- Generated
-
getExtension
String getExtension()- Seit:
- 4.4
- Added
-
setExtension
- Seit:
- 4.8
- Added
-
trimExtension
String trimExtension()Same asgetBasename()
.- Seit:
- 4.4
- Added
-
getBasename
String getBasename()- Seit:
- 4.8
- Added
-
setBasename
- Seit:
- 4.8
- Added
-
getURI
URI getURI()- Added
-
delete
- Löst aus:
IOException
- Added
-