public interface VcsRepositoryInitializer
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<VcsRepositoryInitializer> |
EXTENSION_POINT_NAME |
| Modifier and Type | Method and Description |
|---|---|
VcsKey |
getSupportedVcs()
Returns the VCS which this initializer works for.
|
void |
initRepository(java.io.File rootDir)
Initializes a new repository in the specified root directory.
|
static final ExtensionPointName<VcsRepositoryInitializer> EXTENSION_POINT_NAME
void initRepository(java.io.File rootDir)
throws VcsException
VcsExceptionVcsKey getSupportedVcs()