public interface RequiredOption
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
RequiredOption.AbsolutelyRequiredOptions
The option is required.
|
static class |
RequiredOption.BundledRequiredOptions
These options are bundled, must be present or absent together.
|
static class |
RequiredOption.ConditionalRequiredOptions |
static class |
RequiredOption.ExclusiveRequiredOptions
These options are mutually exclusive, allowing only one set of options to be configured.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Option<?>> |
getOptions() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.