| File was renamed from opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/package-info.java |
| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Copyright 2013 ForgeRock SAS |
| | | */ |
| | | |
| | | |
| | | /** |
| | | * Defines the specific graphical classes for the upgrader. These classes are |
| | | * basically the different panels that are displayed in the upgrader. |
| | | * Defines the specific classes that are used by the upgrade tool. |
| | | * This includes CLI, engine and several helper classes |
| | | * which are used to perform the full strategy of the upgrade |
| | | * of the OpenDJ server. |
| | | */ |
| | | package org.opends.quicksetup.upgrader.ui; |
| | | @org.opends.server.types.PublicAPI( |
| | | stability = org.opends.server.types.StabilityLevel.PRIVATE) |
| | | package org.opends.server.tools.upgrade; |
| | | |