public interface ConfigurationProfileLoader<T extends ConfigurationProfile>
Modifier and Type | Method and Description |
---|---|
T |
loadProfile(String id)
Loads the
ConfigurationProfile that corresponds to the given ID. |
T loadProfile(String id) throws ConfigurationException
ConfigurationProfile
that corresponds to the given ID.id
- the profile IDConfigurationException
- if an error occurs while trying to load the profileCopyright © 2023 CrafterCMS. All rights reserved.