public final class ConfigurationKey<E> extends Object
Constructor and Description |
---|
ConfigurationKey(String name) |
ConfigurationKey(String name,
E defaultValue) |
Modifier and Type | Method and Description |
---|---|
E |
getDefaultValue()
The (optional) default value to use when this configuration key is not set.
|
String |
getName()
The referencing name of the configuration key (i.e.
|
public ConfigurationKey(String name)
public String getName()
public E getDefaultValue()
null
value indicates that there is no default.Copyright © 2006–2019 Jasig. All rights reserved.