| Package | Description |
|---|---|
| net.i2p.router.startup |
The I2P startup package loads the configuration when I2P is started.
|
| Modifier and Type | Method | Description |
|---|---|---|
static List<ClientAppConfig> |
ClientAppConfig.getClientApps(File cfgFile) |
|
static List<ClientAppConfig> |
ClientAppConfig.getClientApps(RouterContext ctx) |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
MigrateJetty.migrate(RouterContext ctx,
List<ClientAppConfig> apps) |
For each entry in apps, if the main class is an old Jetty class,
migrate it to the new Jetty class, and update the Jetty config files.
|
static void |
ClientAppConfig.writeClientAppConfig(RouterContext ctx,
List<ClientAppConfig> apps) |
classpath and stopargs not supported
|