public abstract class SonarQubePythonFile extends Object implements PythonFile
| Modifier and Type | Method and Description |
|---|---|
static PythonFile |
create(org.sonar.api.batch.fs.InputFile inputFile,
org.sonar.api.batch.sensor.SensorContext context) |
String |
fileName() |
org.sonar.api.batch.fs.InputFile |
inputFile() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentpublic static PythonFile create(org.sonar.api.batch.fs.InputFile inputFile, org.sonar.api.batch.sensor.SensorContext context)
public String fileName()
fileName in interface PythonFilepublic org.sonar.api.batch.fs.InputFile inputFile()
Copyright © 2011–2017 SonarSource and Waleri Enns. All rights reserved.