@Deprecated public interface SourceGeneratingCompiler extends GeneratingCompiler
GeneratingCompiler.GenerationItem
Modifier and Type | Method and Description |
---|---|
VirtualFile |
getPresentableFile(CompileContext context,
Module module,
VirtualFile outputRoot,
VirtualFile generatedFile)
Deprecated.
Used by make subsystem to obtain the file that should be opened in the editor instead of generated file if there were errors found
while compiling the generated file
|
generate, getGenerationItems
createValidityState
getDescription, validateConfiguration
VirtualFile getPresentableFile(CompileContext context, Module module, VirtualFile outputRoot, VirtualFile generatedFile)
context
- current compile contextmodule
- the module to which the generated file was attributedoutputRoot
- the compiler output rootgeneratedFile
- - the file that was generated by this compiler