| Package | Description |
|---|---|
| com.github.mjeanroy.junit.servers.servers |
| Modifier and Type | Method and Description |
|---|---|
List<Hook> |
AbstractConfiguration.getHooks()
Get
AbstractConfiguration.hooks as a non-modifiable list. |
List<Hook> |
AbstractConfigurationBuilder.getHooks()
Get current
AbstractConfigurationBuilder.hooks. |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractConfigurationBuilder.withHook(Hook hook)
Add new executable hook to the
AbstractConfigurationBuilder.hooks list. |
| Constructor and Description |
|---|
AbstractConfiguration(String classpath,
String path,
String webapp,
int port,
Map<String,String> envProperties,
List<Hook> hooks,
ClassLoader parentClassLoader,
String overrideDescriptor)
Initialize configuration.
|
Copyright © 2019. All rights reserved.