public static class ClientProfile.Type extends Object implements Profile.Type<ClientProfileConfig>
| Constructor and Description |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Returns the object name.
|
ClientProfileConfig |
newConfig()
Returns a new configuration.
|
Profile |
newProfile(ClientProfileConfig config)
Creates a new instance of the profile.
|
public ClientProfileConfig newConfig()
ConfiguredTypenewConfig in interface ConfiguredType<ClientProfileConfig>public Profile newProfile(ClientProfileConfig config)
Profile.TypenewProfile in interface Profile.Type<ClientProfileConfig>config - the profile configurationCopyright © 2013–2018. All rights reserved.