Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.model
Interface RelativeDirectoryElement

All Superinterfaces:
Displayable, Element
All Known Implementing Classes:
ContentLevelFolder, ContentSetFolder, RelativeDirectoryContextFolder

public interface RelativeDirectoryElement
extends Element

An interface which represents directories containing source in the navigator.


Method Summary
 java.lang.String getRelativePath()
          Gets the relative path, from the root directories, of the directories represented by this element.
 URLPath getRootDirectories()
          Gets the paths of the root directories for the directories represented by this element.
 
Methods inherited from interface oracle.ide.model.Element
getAttributes, getChildren, getData, mayHaveChildren
 
Methods inherited from interface oracle.ide.model.Displayable
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
 

Method Detail

getRootDirectories

URLPath getRootDirectories()
Gets the paths of the root directories for the directories represented by this element.


getRelativePath

java.lang.String getRelativePath()
Gets the relative path, from the root directories, of the directories represented by this element. Path elements are separated by forward slashes.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.