Package org.sonar.plugins.python
Class SonarQubePythonFile
java.lang.Object
org.sonar.plugins.python.SonarQubePythonFile
- All Implemented Interfaces:
PythonFile
- Direct Known Subclasses:
SonarQubePythonFile.IpynbFile
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PythonFilecreate(org.sonar.api.batch.fs.InputFile inputFile) static PythonFilecreate(PythonInputFile pythonInputFile) fileName()org.sonar.api.batch.fs.InputFilekey()toString()uri()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.PythonFile
content
-
Method Details
-
create
-
create
-
fileName
- Specified by:
fileNamein interfacePythonFile
-
inputFile
public org.sonar.api.batch.fs.InputFile inputFile() -
uri
- Specified by:
uriin interfacePythonFile
-
key
- Specified by:
keyin interfacePythonFile
-
toString
-