Package com.netscape.cmscore.apps
Class Upgrade
- java.lang.Object
-
- com.netscape.cmscore.apps.Upgrade
-
public final class Upgrade extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Upgrade()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcaPublishing(IConfigStore c)Upgrade publishing.static voidjss3(IConfigStore c)Upgrade publishing.static voidperform(IConfigStore c)This method handles pre4.2 -> 4.2 configuration upgrade.static voidperform422to45(IConfigStore c)static voidperform42to422(IConfigStore c)
-
-
-
Method Detail
-
perform422to45
public static void perform422to45(IConfigStore c) throws EBaseException
- Throws:
EBaseException
-
perform42to422
public static void perform42to422(IConfigStore c) throws EBaseException
- Throws:
EBaseException
-
perform
public static void perform(IConfigStore c) throws EBaseException
This method handles pre4.2 -> 4.2 configuration upgrade.- Throws:
EBaseException
-
caPublishing
public static void caPublishing(IConfigStore c) throws EBaseException
Upgrade publishing. This function upgrades both enabled or disabled publishing configuration.- Throws:
EBaseException
-
jss3
public static void jss3(IConfigStore c) throws EBaseException
Upgrade publishing. This function upgrades both enabled or disabled publishing configuration.- Throws:
EBaseException
-
-