Class SimpleDeprecatedConfigWarner.DeprecationInfo
-
- All Implemented Interfaces:
public final class SimpleDeprecatedConfigWarner.DeprecationInfoData class for storing deprecation information.
-
-
Field Summary
Fields Modifier and Type Field Description private final SimpleDeprecatedConfigWarner.DeprecationTypetypeprivate final StringdeprecatedItemprivate final StringrecommendedReplacementprivate final Stringreason
-
Constructor Summary
Constructors Constructor Description SimpleDeprecatedConfigWarner.DeprecationInfo(SimpleDeprecatedConfigWarner.DeprecationType type, String deprecatedItem, String recommendedReplacement, String reason)
-
Method Summary
Modifier and Type Method Description final SimpleDeprecatedConfigWarner.DeprecationTypegetType()final StringgetDeprecatedItem()final StringgetRecommendedReplacement()final StringgetReason()-
-
Constructor Detail
-
SimpleDeprecatedConfigWarner.DeprecationInfo
SimpleDeprecatedConfigWarner.DeprecationInfo(SimpleDeprecatedConfigWarner.DeprecationType type, String deprecatedItem, String recommendedReplacement, String reason)
-
-
Method Detail
-
getType
final SimpleDeprecatedConfigWarner.DeprecationType getType()
-
getDeprecatedItem
final String getDeprecatedItem()
-
getRecommendedReplacement
final String getRecommendedReplacement()
-
-
-
-