| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.primitive |
A set of utilities dealing with Java's primitive types.
|
| Modifier and Type | Method and Description |
|---|---|
static DeprecationSupport.ObjectType |
DeprecationSupport.ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeprecationSupport.ObjectType[] |
DeprecationSupport.ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DeprecationSupport.warn(DeprecationSupport.ObjectType type,
String name,
String context,
String replacement)
Emit a deprecation warning for an object or feature of the system.
|
static void |
DeprecationSupport.warnOnce(DeprecationSupport.ObjectType type,
String name,
String context,
String replacement)
Emit a deprecation warning for an object or feature of the system but limit to a single warning
for the life of the process or until state is cleared.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.