-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationmigration ConfigurationMigration
RaidMax edited this page May 21, 2023
·
1 revision
helps facilitate the migration of configs from one version and or location to another
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Migration
IW4MAdmin.Application.Migration.ConfigurationMigration[[ConfigurationMigration]]
end
Returns | Name |
---|---|
void |
CheckDirectories ()ensures required directories are created |
void |
ModifyLogPath020919 (ServerConfiguration config) |
void |
MoveConfigFolder10518 (ILogger log)moves existing configs from the root folder into a configs folder |
void |
RemoveObsoletePlugins20210322 () |
helps facilitate the migration of configs from one version and or location to another
public ConfigurationMigration()
public static void CheckDirectories()
ensures required directories are created
public static void MoveConfigFolder10518(ILogger log)
Type | Name | Description |
---|---|---|
ILogger |
log |
moves existing configs from the root folder into a configs folder
public static void ModifyLogPath020919(ServerConfiguration config)
Type | Name | Description |
---|---|---|
ServerConfiguration |
config |
public static void RemoveObsoletePlugins20210322()
Generated with ModularDoc