public interface Dependable
Dependable interface. The project's dependencies list is
 made up of objects implementing this interface. Dependables can depend
 on other dependables.| Modifier and Type | Method and Description | 
|---|---|
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()
 |