public final class DeprecatedAttributes extends Object
Note: This class isn't called "Deprecated" to avoid clashing with "java.lang.Deprecated".
If you want to serialize this class, use a serialization proxy.
Deprecated| Modifier and Type | Class | Description |
|---|---|---|
static class |
DeprecatedAttributes.Builder |
Builds
DeprecatedAttributes. |
| Modifier and Type | Method | Description |
|---|---|---|
static DeprecatedAttributes.Builder |
builder() |
Creates a new builder.
|
String |
getDescription() |
Gets the descriptions.
|
String |
getSince() |
Gets version in which the option became deprecated.
|
boolean |
isForRemoval() |
Tests whether this option is subject to removal in a future version.
|
String |
toString() |
public static DeprecatedAttributes.Builder builder()
public String getDescription()
public String getSince()
public boolean isForRemoval()
Copyright © 2002-2025 The Apache Software Foundation. All rights reserved.Apache Commons CLI | Issue management | Source repository