Class CustomizationTokensProvider
java.lang.Object
com.sun.enterprise.config.modularity.customization.CustomizationTokensProvider
- Author:
- Masoud Kalali
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe tokens that are returned by this method will be used directly without consulting the portbase, etc. e.g if the value is 24848 then that is to be used as the system-property value.protected void
-
Constructor Details
-
CustomizationTokensProvider
public CustomizationTokensProvider()
-
-
Method Details
-
getPresentConfigCustomizationTokens
public List<ConfigCustomizationToken> getPresentConfigCustomizationTokens() throws NoSuchFieldException, IllegalAccessException -
getPresentDefaultConfigCustomizationTokens
public List<ConfigCustomizationToken> getPresentDefaultConfigCustomizationTokens() throws NoSuchFieldException, IllegalAccessExceptionThe tokens that are returned by this method will be used directly without consulting the portbase, etc. e.g if the value is 24848 then that is to be used as the system-property value.- Returns:
- List of tokens to be used for default-config.
- Throws:
NoSuchFieldExceptionIllegalAccessException
-
initializeLocator
protected void initializeLocator()
-