@Deprecated public interface PackagingCompiler extends FileProcessingCompiler
FileProcessingCompiler.ProcessingItem
Modifier and Type | Method and Description |
---|---|
void |
processOutdatedItem(CompileContext context,
java.lang.String url,
ValidityState state)
Deprecated.
Called when the compiler detects that an item in the output directory is outdated
and will be recompiled.
|
getProcessingItems, process
getDescription, validateConfiguration
createValidityState
void processOutdatedItem(CompileContext context, java.lang.String url, ValidityState state)
FileProcessingCompiler.process(com.intellij.openapi.compiler.CompileContext, com.intellij.openapi.compiler.FileProcessingCompiler.ProcessingItem[])
.context
- the current compile context.url
- the URL of a file in the output directory which will be recompiled.state
- the validity state of the file specified by url
.