public interface OutOfSourcesChecker
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<OutOfSourcesChecker> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
FileType |
getFileType() |
boolean |
isOutOfSources(Project project,
VirtualFile virtualFile)
During automatic code changes, like ones, performed before commit (Reformat, Rearrange code, Optimize imports),
we do not want to touch source files, which are not compiled or executed (like "test data" source files, used in tests).
|
static final ExtensionPointName<OutOfSourcesChecker> EP_NAME
FileType getFileType()
boolean isOutOfSources(Project project, VirtualFile virtualFile)