Uses of Record Class
org.sonar.plugins.python.dependency.model.Dependency
Packages that use Dependency
-
Uses of Dependency in org.sonar.plugins.python.dependency.model
Methods in org.sonar.plugins.python.dependency.model that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencies.dependencies()Returns the value of thedependenciesrecord component.Constructor parameters in org.sonar.plugins.python.dependency.model with type arguments of type DependencyModifierConstructorDescriptionDependencies(Set<Dependency> dependencies) Creates an instance of aDependenciesrecord class.