Package com.hello2morrow.sonargraph.api
Interface IDirectoryAccess
- All Superinterfaces:
- IElementAccess,- INamedElementAccess
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccessINamedElementAccess.INamedElementAccessVisitor
- 
Method SummaryMethods inherited from interface com.hello2morrow.sonargraph.api.IElementAccessgetName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternalMethods inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccessaccept, getChildren, getChildrenRecursively, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssues, getIssues, getIssues, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
- 
Method Details- 
getFilede.schlichtherle.truezip.file.TFile getFile()
- 
getAbsolutePathString getAbsolutePath()
- 
isRootDirectoryboolean isRootDirectory()- Returns:
- true if this is a root directory containing input files for the parsers (e.g. a configured top-level directory in a module)
 
- 
isSourceRootDirectoryboolean isSourceRootDirectory()- Returns:
- true if this is a root directory that is searched for input source files when parsing
 
 
-