Interface EntityUsage
-
- All Known Implementing Classes:
ArtifactDependencyUsage,SnapshotDependencyUsage,TemplateUsage,VcsRootUsage
public interface EntityUsage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()SBuildTypegetWhereUsed()
-
-
-
Method Detail
-
getWhereUsed
@NotNull SBuildType getWhereUsed()
-
getType
@NotNull String getType()
-
-