public interface VersionedSettingsRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
registerDir(java.lang.String relativePath)
Registers a directory and all its content for persisting in version control
|
void |
registerFile(java.lang.String relativePath)
Registers a single file for persisting in version control
|
void registerFile(@NotNull
java.lang.String relativePath)
relativePath - relative path to file from the project's config directory,
should use '/' as a file separatorvoid registerDir(@NotNull
java.lang.String relativePath)
relativePath - relative path to directory from the project's config directory,
should use '/' as a file separator