AbstractConfiguration instead.@Deprecated public abstract class AbstractConfiguration extends AbstractConfiguration
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConfiguration()
Deprecated.
Initialize default configuration.
|
protected |
AbstractConfiguration(AbstractConfigurationBuilder<?,?> builder)
Deprecated.
Initialize configuration.
|
protected |
AbstractConfiguration(String classpath,
String path,
String webapp,
int port,
Map<String,String> envProperties,
List<Hook> hooks,
ClassLoader parentClassLoader,
String overrideDescriptor)
Deprecated.
Initialize configuration.
|
canEqual, equals, getClasspath, getEnvProperties, getHooks, getOverrideDescriptor, getParentClassLoader, getParentClasspath, getPath, getPort, getWebapp, hashCode, toStringprotected AbstractConfiguration()
protected AbstractConfiguration(AbstractConfigurationBuilder<?,?> builder)
builder - Configuration builder.protected AbstractConfiguration(String classpath, String path, String webapp, int port, Map<String,String> envProperties, List<Hook> hooks, ClassLoader parentClassLoader, String overrideDescriptor)
classpath - New AbstractConfiguration.classpath value.path - New AbstractConfiguration.path value.webapp - New AbstractConfiguration.webapp value.port - New AbstractConfiguration.port value.envProperties - New AbstractConfiguration.envProperties value.hooks - New AbstractConfiguration.hooks value.parentClassLoader - New AbstractConfiguration.parentClassLoader value.overrideDescriptor - New AbstractConfiguration.overrideDescriptor value.Copyright © 2018. All rights reserved.