Interface IDependencyAccess
-
- All Superinterfaces:
IElementAccess
- All Known Implementing Classes:
DependencyAccess
public interface IDependencyAccess extends IElementAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDependencyKind
getDependencyKind()
IProgrammingElementAccess
getFrom()
DependencyKind
getGenericDependencyKind()
int
getLineNumber()
IProgrammingElementAccess
getTo()
boolean
isCompileTimeDependency()
-
Methods inherited from interface com.hello2morrow.sonargraph.api.model.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
-
-
-
-
Method Detail
-
getFrom
IProgrammingElementAccess getFrom()
-
getTo
IProgrammingElementAccess getTo()
-
isCompileTimeDependency
boolean isCompileTimeDependency()
-
getDependencyKind
IDependencyKind getDependencyKind()
-
getGenericDependencyKind
DependencyKind getGenericDependencyKind()
-
getLineNumber
int getLineNumber()
-
-