Package org.sonar.plugins.python
Class GeneratedIPythonFile
java.lang.Object
org.sonar.plugins.python.GeneratedIPythonFile
- All Implemented Interfaces:
PythonInputFile
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.PythonInputFile
PythonInputFile.Kind -
Constructor Summary
ConstructorsConstructorDescriptionGeneratedIPythonFile(org.sonar.api.batch.fs.InputFile wrappedFile, String pythonContent, Map<Integer, IPythonLocation> locationMap) -
Method Summary
-
Constructor Details
-
GeneratedIPythonFile
public GeneratedIPythonFile(org.sonar.api.batch.fs.InputFile wrappedFile, String pythonContent, Map<Integer, IPythonLocation> locationMap)
-
-
Method Details
-
locationMap
-
wrappedFile
public org.sonar.api.batch.fs.InputFile wrappedFile()- Specified by:
wrappedFilein interfacePythonInputFile
-
kind
- Specified by:
kindin interfacePythonInputFile
-
toString
-
contents
- Specified by:
contentsin interfacePythonInputFile- Throws:
IOException
-