| Modifier and Type | Method and Description |
|---|---|
List<Configurator> |
AbstractConfiguratorListener.getConfigurators() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConfiguratorListener.setConfigurators(List<Configurator> configurators) |
| Modifier and Type | Method and Description |
|---|---|
Configurator |
ConfiguratorFactory.getConfigurator(URL url)
get the configurator instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<List<Configurator>> |
Configurator.toConfigurators(List<URL> urls)
Convert override urls to map for use when re-refer.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
Configurator.compareTo(Configurator o)
Sort by host, then by priority
1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurator
AbstractOverrideConfigurator
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsentConfigurator
AbsentConfigurator
|
| Modifier and Type | Method and Description |
|---|---|
Configurator |
AbsentConfiguratorFactory.getConfigurator(URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
OverrideConfigurator
OverrideConfigurator
|
| Modifier and Type | Method and Description |
|---|---|
Configurator |
OverrideConfiguratorFactory.getConfigurator(URL url) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.