public interface IgnoredFileContentProvider
IgnoredFileProvider.| Modifier and Type | Field and Description | 
|---|---|
| static ExtensionPointName<IgnoredFileContentProvider> | IGNORE_FILE_CONTENT_PROVIDER | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | buildIgnoreEntryContent(VirtualFile ignoreEntryRoot,
                       IgnoredFileDescriptor ignoredFileDescriptor) | 
| java.lang.String | buildIgnoreFileContent(VirtualFile ignoreFileRoot,
                      IgnoredFileProvider [] ignoredFileProviders) | 
| java.lang.String | buildIgnoreGroupDescription(IgnoredFileProvider ignoredFileProvider) | 
| java.lang.String | buildUnignoreContent(java.lang.String ignorePattern) | 
| default boolean | canCreateIgnoreFileInStateStoreDir() | 
| java.lang.String | getFileName() | 
| VcsKey | getSupportedVcs() | 
| default boolean | supportIgnoreFileNotInVcsRoot() | 
static final ExtensionPointName<IgnoredFileContentProvider> IGNORE_FILE_CONTENT_PROVIDER
VcsKey getSupportedVcs()
java.lang.String getFileName()
java.lang.String buildIgnoreFileContent(VirtualFile ignoreFileRoot, IgnoredFileProvider [] ignoredFileProviders)
java.lang.String buildUnignoreContent(java.lang.String ignorePattern)
java.lang.String buildIgnoreEntryContent(VirtualFile ignoreEntryRoot, IgnoredFileDescriptor ignoredFileDescriptor)
java.lang.String buildIgnoreGroupDescription(IgnoredFileProvider ignoredFileProvider)
default boolean supportIgnoreFileNotInVcsRoot()
default boolean canCreateIgnoreFileInStateStoreDir()