public interface ProfileTypeRegistry
| Modifier and Type | Method and Description |
|---|---|
Profile.Type |
getProfileType(String name)
Returns the profile for the given name.
|
Collection<Profile.Type> |
getProfileTypes()
Returns the collection of all registered profiles.
|
Collection<Profile.Type> getProfileTypes()
Profile.Type getProfileType(String name)
name - the profile nameCopyright © 2013–2018. All rights reserved.