| Package | Description |
|---|---|
| com.sun.enterprise.config.modularity | |
| com.sun.enterprise.config.modularity.customization |
| Modifier and Type | Method and Description |
|---|---|
String |
ConfigModularityUtils.getPropertyValue(ConfigCustomizationToken token,
org.jvnet.hk2.config.ConfigBeanProxy finalConfigBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigModularityUtils.addSystemPropertyForToken(List<ConfigCustomizationToken> tokens,
SystemPropertyBag bag) |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigCustomizationToken> |
ConfigBeanDefaultValue.getCustomizationTokens() |
List<ConfigCustomizationToken> |
CustomizationTokensProvider.getPresentConfigCustomizationTokens() |
List<ConfigCustomizationToken> |
CustomizationTokensProvider.getPresentDefaultConfigCustomizationTokens()
The tokens that are returned by this method will be used directly without consulting the portbase, etc.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConfigBeanDefaultValue.addCustomizationToken(ConfigCustomizationToken e) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigBeanDefaultValue.setCustomizationTokens(List<ConfigCustomizationToken> customizationTokens) |
| Constructor and Description |
|---|
ConfigBeanDefaultValue(String location,
String configBeanClassName,
InputStream xmlSnippetFileInputStream,
boolean replaceCurrentIfExists,
List<ConfigCustomizationToken> customizationTokens) |
ConfigBeanDefaultValue(String location,
String configBeanClassName,
String xmlConfiguration,
boolean replaceCurrentIfExists,
List<ConfigCustomizationToken> customizationTokens) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.