Package org.sonar.plugins.python.api
Class PythonInputFileContext
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonInputFileContext
-
- Direct Known Subclasses:
PythonVisitorContext
public class PythonInputFileContext extends Object
-
-
Constructor Summary
Constructors Constructor Description PythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheContextcacheContext()PythonFilepythonFile()FileworkingDirectory()
-
-
-
Constructor Detail
-
PythonInputFileContext
public PythonInputFileContext(PythonFile pythonFile, @Nullable File workingDirectory, CacheContext cacheContext)
-
-
Method Detail
-
pythonFile
public PythonFile pythonFile()
-
cacheContext
@Beta public CacheContext cacheContext()
-
workingDirectory
@CheckForNull public File workingDirectory()
-
-