Package com.hello2morrow.sonargraph.api
Interface IDirectoryAccess
- All Superinterfaces:
IElementAccess
,INamedElementAccess
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor
-
Method Summary
Methods inherited from interface com.hello2morrow.sonargraph.api.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
Methods inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccess
accept, getChildren, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssues, getIssues, getIssues, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
-
Method Details
-
getFile
de.schlichtherle.truezip.file.TFile getFile() -
getAbsolutePath
String getAbsolutePath() -
isRootDirectory
boolean 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)
-
isSourceRootDirectory
boolean isSourceRootDirectory()- Returns:
- true if this is a root directory that is searched for input source files when parsing
-