Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.ide.model
Class RelativeDirectoryContextFolder

java.lang.Object
  extended by oracle.ide.model.RelativeDirectoryContextFolder

All Implemented Interfaces:
Displayable, Element, RelativeDirectoryElement
Direct Known Subclasses:
ContentLevelFolder, ContentSetFolder

public abstract class RelativeDirectoryContextFolder
extends java.lang.Object
implements RelativeDirectoryElement

Folder representing a directory displayed in a navigator.


Method Summary
 boolean canContainJavaSources()
          For the content set keys of this folder, returns true if any of the content sets can contain Java sources
abstract  java.util.List<java.lang.String> getContentSetKeys()
          Returns the keys for the content sets that are represented by this RelativeDirectoryContextFolder.
abstract  java.lang.String getRelativePath()
          Retrieves the relative path described by this folder.
abstract  URLPath getRootDirectories()
          Retrieves the root directories used to assemble the folder contents.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

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

getRelativePath

public abstract java.lang.String getRelativePath()
Retrieves the relative path described by this folder.
Specified by:
getRelativePath in interface RelativeDirectoryElement
Returns:
a String containing the relative path of this folder.

getRootDirectories

public abstract URLPath getRootDirectories()
Retrieves the root directories used to assemble the folder contents.
Specified by:
getRootDirectories in interface RelativeDirectoryElement
Returns:
the URLPath representing the root directories for this folder.

getContentSetKeys

public abstract java.util.List<java.lang.String> getContentSetKeys()
Returns the keys for the content sets that are represented by this RelativeDirectoryContextFolder. The returned List is guaranteed to be non-null.
Returns:
the ContentSet keys represented by this folder

canContainJavaSources

public final boolean canContainJavaSources()
For the content set keys of this folder, returns true if any of the content sets can contain Java sources
Returns:
true if any of the content sets can contain Java sources; false otherwise.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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