Package jetbrains.buildServer.users.impl
Interface PropertyLoader<IDType>
-
- All Known Subinterfaces:
UserDataLoader
- All Known Implementing Classes:
BasePropertyLoader
,FeatureProviderUserDataLoader
,UserDataLoaderImpl
,UserGroupPropertyLoader
,UserPropertyLoader
public interface PropertyLoader<IDType>
- Author:
- Maxim.Manuylov Date: 18.09.2014
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<PropertyKey,String>
loadProperties(IDType id)
-
-
-
Method Detail
-
loadProperties
@NotNull Map<PropertyKey,String> loadProperties(@NotNull IDType id)
-
-