org.glassfish.config.support
Class BaseLegacyConfigurationUpgrade
java.lang.Object
org.glassfish.config.support.BaseLegacyConfigurationUpgrade
- All Implemented Interfaces:
- LegacyConfigurationUpgrade
- Direct Known Subclasses:
- HttpServicePropertiesUpgrade
public abstract class BaseLegacyConfigurationUpgrade
- extends Object
- implements LegacyConfigurationUpgrade
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseLegacyConfigurationUpgrade
public BaseLegacyConfigurationUpgrade()
report
protected void report(AdminCommandContext context,
String message)
updatePropertyToAttribute
protected void updatePropertyToAttribute(AdminCommandContext context,
org.jvnet.hk2.config.ConfigBeanProxy target,
String property,
String attribute)
throws org.jvnet.hk2.config.TransactionFailure
- Throws:
org.jvnet.hk2.config.TransactionFailure
removeProperty
protected void removeProperty(org.jvnet.hk2.config.ConfigBeanProxy target,
String property)
throws org.jvnet.hk2.config.TransactionFailure
- Throws:
org.jvnet.hk2.config.TransactionFailure
Copyright © 2012 GlassFish Community. All Rights Reserved.