Package org.cakelab.jdoxml.api
Interface IFile
-
- All Superinterfaces:
ICompound
,IDocumentedElement
- All Known Implementing Classes:
CompoundHandler
public interface IFile extends ICompound
The public interface to a file in the object model.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cakelab.jdoxml.api.ICompound
ICompound.CompoundKind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListIterator<IInclude>
includedBy()
IGraph
includedByDependencyGraph()
IGraph
includeDependencyGraph()
java.util.ListIterator<IInclude>
includes()
java.util.ListIterator<ICompound>
nestedCompounds()
IDocProgramListing
source()
-
Methods inherited from interface org.cakelab.jdoxml.api.ICompound
briefDescription, detailedDescription, id, kind, kindString, memberById, memberByName, name, sections
-
-
-
-
Method Detail
-
includeDependencyGraph
IGraph includeDependencyGraph()
-
includedByDependencyGraph
IGraph includedByDependencyGraph()
-
source
IDocProgramListing source()
-
nestedCompounds
java.util.ListIterator<ICompound> nestedCompounds()
-
includes
java.util.ListIterator<IInclude> includes()
-
includedBy
java.util.ListIterator<IInclude> includedBy()
-
-