Interface IJavaClassFileAccess
-
- All Superinterfaces:
IElementAccess
,INamedElementAccess
public interface IJavaClassFileAccess extends INamedElementAccess
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IJavaClassFileAccess.IVisitor
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDirectoryAccess
getBaseDirectory()
de.schlichtherle.truezip.file.TFile
getFile()
java.lang.String
getFullyQualifiedName()
java.lang.String
getPath()
-
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, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssues, getIssues, getIssues, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
-
-
-
-
Method Detail
-
getFullyQualifiedName
java.lang.String getFullyQualifiedName()
- Specified by:
getFullyQualifiedName
in interfaceINamedElementAccess
- Returns:
- the fully qualified name as shown in the Sonargraph properties view
-
getFile
de.schlichtherle.truezip.file.TFile getFile()
-
getPath
java.lang.String getPath()
-
getBaseDirectory
IDirectoryAccess getBaseDirectory()
- Returns:
- the base directory from which this class file was read
-
-