public interface CDOResourceNode extends CDOObject
EresourcePackage.getCDOResourceNode()
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROOT_NAME |
static java.lang.String |
ROOT_PATH |
Modifier and Type | Method and Description |
---|---|
void |
delete(java.util.Map<?,?> options) |
java.lang.String |
getBasename() |
java.lang.String |
getExtension() |
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.
|
URI |
getURI() |
boolean |
isRoot() |
void |
setBasename(java.lang.String basename) |
void |
setExtension(java.lang.String extension) |
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. |
java.lang.String |
trimExtension()
Same as
getBasename() . |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final java.lang.String ROOT_PATH
static final java.lang.String ROOT_NAME
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()
java.lang.String getExtension()
void setExtension(java.lang.String extension)
java.lang.String trimExtension()
getBasename()
.java.lang.String getBasename()
void setBasename(java.lang.String basename)
URI getURI()
void delete(java.util.Map<?,?> options) throws java.io.IOException
java.io.IOException
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html