IdeIntelligenceEngine constructor

IdeIntelligenceEngine(
  1. String targetPath
)

Creates an IdeIntelligenceEngine for the project at targetPath.

Implementation

IdeIntelligenceEngine(this.targetPath);