public interface NamedConfig<C extends NamedConfig<C>> extends Config
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the configuration name.
|
C |
setName(String name)
Sets the configuration name.
|
Copyright © 2013–2018. All rights reserved.