Package org.sonar.plugins.python
Class SonarQubePythonFile
- java.lang.Object
-
- org.sonar.plugins.python.SonarQubePythonFile
-
- All Implemented Interfaces:
PythonFile
public abstract class SonarQubePythonFile extends Object implements PythonFile
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PythonFilecreate(org.sonar.api.batch.fs.InputFile inputFile)StringfileName()org.sonar.api.batch.fs.InputFileinputFile()Stringkey()StringtoString()URIuri()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.PythonFile
content
-
-
-
-
Method Detail
-
create
public static PythonFile create(org.sonar.api.batch.fs.InputFile inputFile)
-
fileName
public String fileName()
- Specified by:
fileNamein interfacePythonFile
-
inputFile
public org.sonar.api.batch.fs.InputFile inputFile()
-
uri
public URI uri()
- Specified by:
uriin interfacePythonFile
-
key
public String key()
- Specified by:
keyin interfacePythonFile
-
-