Package org.glassfish.config.support
Class BaseLegacyConfigurationUpgrade
java.lang.Object
org.glassfish.config.support.BaseLegacyConfigurationUpgrade
- All Implemented Interfaces:
org.glassfish.api.admin.config.LegacyConfigurationUpgrade
- Direct Known Subclasses:
HttpServicePropertiesUpgrade
public abstract class BaseLegacyConfigurationUpgrade
extends Object
implements org.glassfish.api.admin.config.LegacyConfigurationUpgrade
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidremoveProperty(org.jvnet.hk2.config.ConfigBeanProxy target, String property) protected voidprotected voidupdatePropertyToAttribute(org.glassfish.api.admin.AdminCommandContext context, org.jvnet.hk2.config.ConfigBeanProxy target, String property, String attribute) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.api.admin.config.LegacyConfigurationUpgrade
execute
-
Constructor Details
-
BaseLegacyConfigurationUpgrade
public BaseLegacyConfigurationUpgrade()
-
-
Method Details
-
report
-
updatePropertyToAttribute
protected void updatePropertyToAttribute(org.glassfish.api.admin.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
-