Extension SDK 10.1.3.36.73

oracle.ide.model
Class RelativeDirectoryContextFolder

java.lang.Object
  extended byoracle.ide.model.RelativeDirectoryContextFolder
All Implemented Interfaces:
Displayable, Element

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

Folder representing a directory displayed in a navigator.


Method Summary
 boolean canContainJavaSources()
          For the specified list of content set keys, returns true if any of the content sets can contain Java sources
abstract  java.util.List 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.

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.

Returns:
the URLPath representing the root directories for this folder.

getContentSetKeys

public abstract java.util.List 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 specified list of content set keys, 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.

Extension SDK 10.1.3.36.73

 

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