| File was renamed from opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/DsServiceCliAds.java |
| | |
| | | import org.opends.admin.ads.ADSContext; |
| | | import org.opends.admin.ads.ADSContextException; |
| | | import org.opends.admin.ads.ADSContextHelper; |
| | | import org.opends.server.admin.client.cli.DsServiceCliReturnCode.ReturnCode; |
| | | import org.opends.server.admin.client.cli.DsFrameworkCliReturnCode.ReturnCode; |
| | | import org.opends.server.util.args.ArgumentException; |
| | | import org.opends.server.util.args.BooleanArgument; |
| | | import org.opends.server.util.args.SubCommand; |
| | |
| | | /** |
| | | * This class is handling server group CLI. |
| | | */ |
| | | public class DsServiceCliAds implements DsServiceCliSubCommandGroup |
| | | public class DsFrameworkCliAds implements DsFrameworkCliSubCommandGroup |
| | | { |
| | | /** |
| | | * The enumeration containing the different subCommand names. |