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

E13403-03

oracle.ide.model
Interface Dependable

All Known Subinterfaces:
DerivedLibrary
All Known Implementing Classes:
AbstractDerivedLibrary, AbstractHashDependable, ProjectLibrary

public interface Dependable

Dependable interface. The project's dependencies list is made up of objects implementing this interface. Dependables can depend on other dependables.


Method Summary
 java.util.Iterator getDependencies()
          Returns all other dependables this dependable depends on.
 Element getSource()
          Returns the actual object on which the dependency is based.
 Folder getSourceOwner()
          Returns the Folder containing the source Element.
 

Method Detail

getSource

Element getSource()
Returns the actual object on which the dependency is based.


getDependencies

java.util.Iterator getDependencies()
Returns all other dependables this dependable depends on.


getSourceOwner

Folder getSourceOwner()
Returns the Folder containing the source Element.


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

E13403-03

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