Interface CDOResourceNode

    • Field Detail

      • ROOT_NAME

        static final java.lang.String ROOT_NAME
        Since:
        2.0
        Added
    • Method Detail

      • isRoot

        boolean isRoot()
        Since:
        2.0
        Added
      • setFolder

        void setFolder​(CDOResourceFolder value)
        Sets the value of the 'Folder' container reference.
        Parameters:
        value - the new value of the 'Folder' container reference.
        See Also:
        getFolder()
        Generated
      • getName

        java.lang.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...

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), EresourcePackage.getCDOResourceNode_Name()
        Generated
        Model
        annotation="http://www.eclipse.org/CDO/DBStore columnType='VARCHAR' columnLength='255'"
      • setName

        void setName​(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated
      • getPath

        java.lang.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...

        Returns:
        the value of the 'Path' attribute.
        See Also:
        setPath(String), EresourcePackage.getCDOResourceNode_Path()
        Generated
        Model
        transient="true" volatile="true" derived="true"
      • setPath

        void setPath​(java.lang.String value)
        Sets the value of the 'Path' attribute.
        Parameters:
        value - the new value of the 'Path' attribute.
        See Also:
        getPath()
        Generated
      • getExtension

        java.lang.String getExtension()
        Since:
        4.4
        Added
      • setExtension

        void setExtension​(java.lang.String extension)
        Since:
        4.8
        Added
      • trimExtension

        java.lang.String trimExtension()
        Same as getBasename().
        Since:
        4.4
        Added
      • getBasename

        java.lang.String getBasename()
        Since:
        4.8
        Added
      • setBasename

        void setBasename​(java.lang.String basename)
        Since:
        4.8
        Added
      • getURI

        URI getURI()
        Added
      • delete

        void delete​(java.util.Map<?,​?> options)
             throws java.io.IOException
        Throws:
        java.io.IOException
        Added